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];
|
[[NSNotificationCenter defaultCenter] removeObserver:self];
|
||||||
|
|
||||||
if (window != nil)
|
if (window != nil)
|
||||||
|
{
|
||||||
|
[window orderOut:self];
|
||||||
[window release];
|
[window release];
|
||||||
|
}
|
||||||
|
|
||||||
[super dealloc];
|
[super dealloc];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user