NSView subclass never gets dealloced?
NSView subclass never gets dealloced?
- Subject: NSView subclass never gets dealloced?
- From: Jonathan Wight <email@hidden>
- Date: Thu, 28 Mar 2002 21:31:44 -0600
Hi,
I've got a subclass of NSView which nicely cleans up after itself when it
gets dealloc-ed. Or rather _would_ if it ever got the dealloc message.
Whenever I quit the application or close the view's window no dealloc
message gets sent. It's almost as if the quit menu item calls exit(0)
directly :-)
Is the behavior I'm seeing to be expected? Seems fishy to me.
Jon.
_______________________________________________
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.