Re: menu madness with retain count
Re: menu madness with retain count
- Subject: Re: menu madness with retain count
- From: vincent habchi <email@hidden>
- Date: Tue, 27 Apr 2010 21:52:54 +0200
Le 27 avr. 2010 à 21:17, Jens Alfke a écrit :
> Remember that in a ref-counted (or GC'd) system you can't force an object to deallocate (even 'self'.) The deallocation is under control of all the other objects that have references, and the runtime itself. So you should never put any code into -dealloc or -finalize that absolutely has to run at a particular time.
Yes, I've learned that the hard way. ;)
Cheers
Vincent_______________________________________________
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