Re: Bizarre Crash Handling Auxiliary Window
Re: Bizarre Crash Handling Auxiliary Window
- Subject: Re: Bizarre Crash Handling Auxiliary Window
- From: Christopher Gernon <email@hidden>
- Date: Mon, 16 Jun 2003 08:40:48 -0400
Andrew Merenbach <email@hidden> wrote:
>
well be precluded from releasing it on-the-fly. Static instances are
>
initialised once and only once, and are not supposed to be reassigned.
>
Thus for this you may wish to simply have a once-allocated shared
>
instance that is never released.
Bingo, problem solved! I had been thinking that the window and its window
controller shouldn't be taking up memory when they weren't being used, but
as there is only a single instance, I suppose the memory used is relatively
inconsequential. Many thanks! :)
_______________________________________________
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.