--- chimera/BrowserWindowController.mm 2002/02/03 05:53:12 1.7 +++ chimera/BrowserWindowController.mm 2002/02/04 03:44:35 1.8 @@ -28,6 +28,7 @@ static NSString *SidebarToolbarItemIdent - (void)dealloc { + NSLog(@"Browser window controller got nuked!"); [super dealloc]; } @@ -284,5 +285,10 @@ static NSString *SidebarToolbarItemIdent [[self window] display]; } +- (void)windowWillClose:(NSNotification *)notification +{ + [self autorelease]; +} + @end