Re: Releasing Objects
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