mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
Debugger fix from Judge (nw)
This commit is contained in:
parent
e9421244c6
commit
668c54497f
@ -260,6 +260,7 @@ static void debugwin_view_update(debug_view &view, void *osdprivate)
|
||||
|
||||
- (void)dealloc {
|
||||
[[NSNotificationCenter defaultCenter] removeObserver:self];
|
||||
if (view != NULL) machine->debug_view().free_view(*view);
|
||||
if (font != nil) [font release];
|
||||
if (text != nil) [text release];
|
||||
[super dealloc];
|
||||
|
Loading…
Reference in New Issue
Block a user