Re: NSApplication delegate not released on quit?
Re: NSApplication delegate not released on quit?
- Subject: Re: NSApplication delegate not released on quit?
- From: Wade Tregaskis <email@hidden>
- Date: Sat, 14 Jun 2003 13:46:24 +1000
I wish the behaviour wasn't like this. And if it were corrected, and a
programmer still cared so much about application shutdown time that
he/she wanted to skip the proper deallocation phase, he/she could
always just override the dealloc method and make it do nothing...
Or just make it seg fault, to skip "all that silly quitting stuff".
This from 'authoritative' code examples I've seen at my uni. Most of
the problematic code is very old though, implying this is 'old wisdom'
that has (thankfully) died out.
Wade Tregaskis
-- Sed quis custodiet ipsos custodes?
_______________________________________________
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.