On Thu, May 22, 2008 at 5:27 PM, Geoff Schmidt <[EMAIL PROTECTED]> 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 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]
