Re: releasing IB stuff when quitting
Re: releasing IB stuff when quitting
- Subject: Re: releasing IB stuff when quitting
- From: Bill Bumgarner <email@hidden>
- Date: Thu, 28 Apr 2005 19:32:59 -0700
On Apr 28, 2005, at 7:22 PM, john wrote:
2 questions:
1) What happens to the objects in the main.nib file when quitting
the app? I assume they are released, however the dealloc method
isn't called.
2) What happens to objects the objects in the main.nib file create?
If the dealloc method isn't called, do these objects just leak?
Once the app is terminated, all memory is reaped by the system.
Regardless of whether or not the objects were deallocated, the memory
will be reclaimed.
b.bum
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden