Re: application terminate, so what about memory...
Re: application terminate, so what about memory...
- Subject: Re: application terminate, so what about memory...
- From: Ondra Cada <email@hidden>
- Date: Mon, 29 Jul 2002 14:43:47 +0200
On Monday, July 29, 2002, at 09:47 , Guillaume Rager wrote:
I just want to know how the controller is deallocated when the
Application terminates.
Very quickly, along with all the other app's memory ;)
The actual answer is that from the ObjC point of view it is *never*
deallocated. If you want to do something before application quits, use the
appropriate NSApp delegate method.
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.