mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
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:
@@ -68,9 +68,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
- (BOOL)windowShouldClose:(id)window {
|
||||
_clientHandler = NULL; // Tear down the client handler while the window exists
|
||||
[self autorelease];
|
||||
return YES;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user