dealloc not being called?
dealloc not being called?
- Subject: dealloc not being called?
- From: Dustin Mierau <email@hidden>
- Date: Thu, 27 Sep 2001 12:26:57 -0700
Hello,
I have an object that is created when my application is ran,
from a nib file. My awakeFromNib method is being called, my init
method is being called, but for some reason when i quit the app
my dealloc method is not being called.
Any ideas?
I looked at some examples from the example folder, and this
seems to also be the case for TextSizingExample Controller
object. I put an NSLog in the dealloc method and it never seems
to be called.
I am kinda new to cocoa, so you are welcome to laugh at me ;)
Thanks,
-dustin