Skip navigation.
 
mlRe: dealloc methods not being called?
FROM : Nick Zitzmann
DATE : Fri Mar 21 22:26:34 2008

On Mar 21, 2008, at 3:23 PM, John Stiles wrote:
> AppKit does an optimization where at app shutdown time, it stops 
> dealloc'ing things.



There's one exception to this, though - upon quitting an application, 
NSApplication pops all autorelease pools in the program, releasing 
their contents.

Nick Zitzmann
<http://www.chronosnet.com/>

Related mailsAuthorDate
mldealloc methods not being called? Randall Meadows Mar 21, 22:11
mlRe: dealloc methods not being called? John Stiles Mar 21, 22:23
mlRe: dealloc methods not being called? Nick Zitzmann Mar 21, 22:26
mlRe: dealloc methods not being called? Randall Meadows Mar 21, 22:54
mlRe: dealloc methods not being called? Kyle Sluder Mar 22, 00:43
mlRe: dealloc methods not being called? mmalc crawford Mar 22, 01:33