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 b3f2995808
commit 74b4a5fe27
1 changed files with 1 additions and 0 deletions

View File

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