--- chimera/BrowserWindowController.mm 2002/02/05 09:25:10 1.16 +++ chimera/BrowserWindowController.mm 2002/02/05 09:51:56 1.17 @@ -27,6 +27,11 @@ static NSString *PrintToolbarItemIdentif return [super init]; } +- (void)windowWillClose:(NSNotification *)notification +{ + [self autorelease]; +} + - (void)dealloc { [mBrowserView windowClosed];