• 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: Releasing Objects
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Releasing Objects


  • Subject: Re: Releasing Objects
  • From: Bill Bumgarner <email@hidden>
  • Date: Tue, 22 Dec 2009 23:47:19 -0800

On Dec 22, 2009, at 9:40 PM, Michael Craig wrote:

>    NSLog(@"Reference count: %lx", (unsigned long) [converter retainCount]);
>    [converter release];
>    NSLog(@"Reference count: %lx", (unsigned long) [converter retainCount]);

If the -release is going to deallocate converter, then the subsequent -retainCount's behavior is undefined.

b.bum

_______________________________________________

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: 
 >Releasing Objects (From: Michael Craig <email@hidden>)

  • Prev by Date: Re: NSViewAnimationFadeInEffect broken in Snow Leopard?
  • Next by Date: Re: Releasing Objects
  • Previous by thread: Releasing Objects
  • Next by thread: Re: Releasing Objects
  • Index(es):
    • Date
    • Thread