mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-27 10:20:49 +00:00
Windows: Fix an exit crash by not destroying the window in CGEDebugger destructor - this window (and displayList) have already been destroyed and freed at that point
This commit is contained in:
parent
8940a9d9f1
commit
71ab845564
@ -193,7 +193,6 @@ CGEDebugger::CGEDebugger(HINSTANCE _hInstance, HWND _hParent)
|
||||
}
|
||||
|
||||
CGEDebugger::~CGEDebugger() {
|
||||
DestroyWindow(displayList->GetHWND());
|
||||
CleanupPrimPreview();
|
||||
delete flags;
|
||||
delete lighting;
|
||||
|
Loading…
Reference in New Issue
Block a user