• 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: removeFromSuperview, _registerDragTypesLater, and clean exits
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >removeFromSuperview, _registerDragTypesLater, and clean exits (From: Geoff Schmidt <email@hidden>)

  • Prev by Date: Re: DirWatch
  • Next by Date: D.O. [NSPortCoder sendBeforeTime:sendReplyPort:] timed out
  • Previous by thread: Re: removeFromSuperview, _registerDragTypesLater, and clean exits
  • Next by thread: Incorporating a scanned form into a user interface
  • Index(es):
    • Date
    • Thread