Re: releasing IB stuff when quitting
Re: releasing IB stuff when quitting
- Subject: Re: releasing IB stuff when quitting
- From: Ondra Cada <email@hidden>
- Date: Fri, 29 Apr 2005 05:22:48 +0200
john,
On 29.4.2005, at 4:22, john wrote:
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.
When a process quits, all its memory is released. This is *ways* lower
than ObjC runtime, thus no deallocs are even sent: the memory contents
is not checked anyhow.
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?
While the app runs, they do exist (unless you release them yourself).
---
Ondra Čada
OCSoftware: email@hidden http://www.ocs.cz
private email@hidden http://www.ocs.cz/oc
_______________________________________________
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