mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-01-23 21:17:20 +00:00
Fixed crash in debugger's PrintGlyph() when restarting AppleII virtual machine
Fixed mem leaks for debugger's Font & Mem frame buffers
This commit is contained in:
@@ -8843,11 +8843,7 @@ void DebugDestroy ()
|
||||
}
|
||||
// TODO: DataDisassembly_Clear()
|
||||
|
||||
DeleteObject( g_hConsoleBrushFG );
|
||||
DeleteObject( g_hConsoleBrushBG );
|
||||
|
||||
DeleteDC( g_hConsoleFontDC );
|
||||
DeleteObject( g_hConsoleFontBitmap );
|
||||
ReleaseConsoleFontDC();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user