Don't null out client handler in AtomController

The closing of the window causes the browser view to dispose of it (I think)
This commit is contained in:
Corey Johnson & Nathan Sobo
2012-08-24 17:49:34 -06:00
parent dba2304e6e
commit 955531f54e

View File

@@ -68,9 +68,7 @@
}
}
- (BOOL)windowShouldClose:(id)window {
_clientHandler = NULL; // Tear down the client handler while the window exists
[self autorelease];
return YES;
}