macOS: Fix crash when closing full-screen window (issue #2491)
This commit is contained in:
parent
e8e0f1f6c6
commit
0abd08b6cc
|
@ -99,6 +99,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)cleanup:(id)window {
|
- (void)cleanup:(id)window {
|
||||||
|
[window_ setDelegate:nil];
|
||||||
[self release];
|
[self release];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue