macOS: Fix crash when closing full-screen window (issue #2491)

This commit is contained in:
Marshall Greenblatt 2018-09-06 13:46:32 +02:00
parent e8e0f1f6c6
commit 0abd08b6cc
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@
} }
- (void)cleanup:(id)window { - (void)cleanup:(id)window {
[window_ setDelegate:nil];
[self release]; [self release];
} }