Re: When is my delegate released?
Re: When is my delegate released?
- Subject: Re: When is my delegate released?
- From: Finlay Dobbie <email@hidden>
- Date: Sun, 7 Jul 2002 13:18:42 +0100
On Sunday, July 7, 2002, at 12:15 PM, Allan Odgaard wrote:
But whos job is it to actually release these objects (currently they
are not released at all)?
As of such, most of my apps have their controller instantiated in the
Nib-file, but should I react on "applicationWillTerminate" or similar,
and then call release on my delegate?
You probably don't need to worry, as when your application quits all the
memory it used is automatically reclaimed.
-- Finlay
_______________________________________________
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.