On 25.07.2009, at 19:56, Scott Ribe wrote:
If so, then where should I "dealloc" everything, I created in the
awakeFromNib? I believed that dealloc will be called when my
AppController will be released. But you say it is never released.
Then
what should I do?
In dealloc, as you do now. But you need to arrange for dealloc to be
called,
by making sure nothing (the timer) still retains you.
Could you explain it, how should I make the [dealloc] to be called?
I've described, how I create a timer, so how should I free it to call
dealloc? Should I explicitly call [self release] somewhere or should I
do whatever else?
Thanks.
_______________________________________________
Cocoa-dev mailing list ([email protected])
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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [email protected]