Re: removeFromSuperview, _registerDragTypesLater, and clean exits
Re: removeFromSuperview, _registerDragTypesLater, and clean exits
- Subject: Re: removeFromSuperview, _registerDragTypesLater, and clean exits
- From: "Shawn Erickson" <email@hidden>
- Date: Thu, 22 May 2008 17:55:01 -0700
On Thu, May 22, 2008 at 5:27 PM, Geoff Schmidt <email@hidden> wrote:
> Any suggestions?
Don't worry about it... the executable is terminating, its memory
space is going away.
If you want to worry about it consider returning NSTerminateLater from
applicationShouldTerminate: then do your clean up and when done send
replyToApplicationShouldTerminate: to your NSApplication instance.
...or do it when the hosting window is closed, etc.
<http://developer.apple.com/documentation/Cocoa/Conceptual/AppArchitecture/Tasks/GracefulAppTermination.html>
-Shawn
_______________________________________________
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