Re: when should my NSWindowController be released?
Re: when should my NSWindowController be released?
- Subject: Re: when should my NSWindowController be released?
- From: Markus Spoettl <email@hidden>
- Date: Sat, 13 Sep 2008 14:59:23 -0700
On Sep 13, 2008, at 2:42 PM, j o a r wrote:
Like what?
For instance if you have an app delegate object in MainMenu.nib it
gets deallocated only when the application terminates.
Seth is right in general, app termination is very much a special case.
I didn't say it wasn't a special case. I said there can be things that
only get deallocated during app termination. And for those things you
can't determine reliably (without knowledge of the inner workings of
app termination) why your objects are not being -dealloc:'d.
Markus
--
__________________________________________
Markus Spoettl
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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