On Thu, May 22, 2008 at 8:27 PM, Geoff Schmidt <[EMAIL PROTECTED]> 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 protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
