Re: Strings from UUID
Re: Strings from UUID
- Subject: Re: Strings from UUID
- From: Jim Correia <email@hidden>
- Date: Fri, 9 Aug 2002 15:10:56 -0400
On Friday, August 9, 2002, at 02:52 PM, Jim Murry wrote:
CFUUIDRef u = CFUUIDCreate(NULL);
[uuid setStringValue:(NSString *)CFUUIDCreateString(NULL, u)];
CFRelease(u);
That still leaks the string in the 2nd line.
Jim
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.