Re: How to completely release every object allocated when opening a NIB file ?
Re: How to completely release every object allocated when opening a NIB file ?
- Subject: Re: How to completely release every object allocated when opening a NIB file ?
- From: Scott Anguish <email@hidden>
- Date: Mon, 12 Jan 2004 05:45:23 -0500
On Jan 12, 2004, at 4:15 AM, Jirome Foucher wrote:
But each time I open such a NIB file and close the window, the
application's memory keeps increasing. I'm sure I release every object
that I've allocated, so this must be something allocated by Cocoa when
loading the NUIB file that is not automatically released.
Yes... it is.
Top level Nib items are your responsibility to release.
http://developer.apple.com/documentation/Cocoa/Conceptual/
LoadingResources/Concepts/NibFileLoaded.html
_______________________________________________
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.