• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
RE: UUID method Garbage Collection safe?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: UUID method Garbage Collection safe?


  • Subject: RE: UUID method Garbage Collection safe?
  • From: Squ Aire <email@hidden>
  • Date: Wed, 22 Jul 2009 19:39:59 +0000
  • Importance: Normal

Thank you very much.

________________________________
> Date: Wed, 22 Jul 2009 18:53:57 +0200
> Subject: Re: UUID method Garbage Collection safe?
> From: email@hidden
> To: email@hidden
> CC: email@hidden
>
> Correct code is:
>
> + (NSString *)stringWithUUID{ CFUUIDRef uuidObj = CFUUIDCreate(nil); NSString *uuidString = (NSString*)NSMakeCollectable(CFUUIDCreateString(nil,uuidObj)); CFRelease(uuidObj); return [uuidString autorelease];}
>
>
> Or you will leak in GC.
>
> --
> Julien
>
> On Wed, Jul 22, 2009 at 6:45 PM, Squ Aire> wrote:
>
>
>
> I've been using this method to make UUID strings:
>
>
>
> + (NSString *)stringWithUUID{ CFUUIDRef uuidObj = CFUUIDCreate(nil); NSString *uuidString = (NSString*)CFUUIDCreateString(nil,uuidObj); CFRelease(uuidObj); return [uuidString autorelease];}
>
>
>
> How do you all like it? Is it ok? It's based on some code I Googled a while back. In particular, is this code perfectly garbage collection safe?
>
> _________________________________________________________________
>
> Show them the way! Add maps and directions to your party invites.
>
> http://www.microsoft.com/windows/windowslive/products/events.aspx_______________________________________________
>
>
>
>
> Cocoa-dev mailing list (email@hidden)
>
>
>
> Please do not post admin requests or moderator comments to the list.
>
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
>
>
> Help/Unsubscribe/Update your Subscription:
>
>
>
>
> This email sent to email@hidden
>
>

_________________________________________________________________
Show them the way! Add maps and directions to your party invites.
http://www.microsoft.com/windows/windowslive/products/events.aspx_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >UUID method Garbage Collection safe? (From: Squ Aire <email@hidden>)
 >Re: UUID method Garbage Collection safe? (From: Julien Jalon <email@hidden>)

  • Prev by Date: Re: [window frame] reporting wrong y coordinate
  • Next by Date: RE: UUID method Garbage Collection safe?
  • Previous by thread: Re: UUID method Garbage Collection safe?
  • Next by thread: List classes in Bundle?
  • Index(es):
    • Date
    • Thread