Doesn't fix the crash, but it doesn't hurt either nw

This commit is contained in:
Vas Crabb 2015-07-30 21:36:23 +10:00
parent d53d1ec88b
commit 2479dfce8a

View File

@ -166,7 +166,10 @@ NSString *const MAMEAuxiliaryDebugWindowWillCloseNotification = @"MAMEAuxiliaryD
[[NSNotificationCenter defaultCenter] removeObserver:self];
if (window != nil)
{
[window orderOut:self];
[window release];
}
[super dealloc];
}