Re: removeFromSuperview, _registerDragTypesLater, and clean exits
Re: removeFromSuperview, _registerDragTypesLater, and clean exits
- Subject: Re: removeFromSuperview, _registerDragTypesLater, and clean exits
- From: "Kyle Sluder" <email@hidden>
- Date: Fri, 23 May 2008 00:49:27 -0400
On Thu, May 22, 2008 at 8:27 PM, Geoff Schmidt <email@hidden> wrote:
> I would like this nib to unload cleanly, because that means that I can look
> in ObjectAlloc and see that all of the NSWindows and NSViews got dealloc'd
> and feel confident that all of my nib unloading logic is correct. Any
> suggestions?
>
> * Is clean shutdown (at least with respect to NSWindow/NSView) just a lost
> cause? :)
As Shawn Erickson mentioned, don't worry about it. You cannot, in the
general case, assume that -dealloc will be called for all objects
during termination.
--Kyle Sluder
_______________________________________________
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