mirror of
https://github.com/holub/mame
synced 2025-07-07 19:03:29 +03:00
Doesn't fix the crash, but it doesn't hurt either nw
This commit is contained in:
parent
d53d1ec88b
commit
2479dfce8a
@ -166,7 +166,10 @@ NSString *const MAMEAuxiliaryDebugWindowWillCloseNotification = @"MAMEAuxiliaryD
|
||||
[[NSNotificationCenter defaultCenter] removeObserver:self];
|
||||
|
||||
if (window != nil)
|
||||
{
|
||||
[window orderOut:self];
|
||||
[window release];
|
||||
}
|
||||
|
||||
[super dealloc];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user