mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
CtrlDisplayListView: fix ASAN eror
This commit is contained in:
parent
1a66135480
commit
96a30ffb49
1 changed files with 0 additions and 1 deletions
|
@ -86,7 +86,6 @@ LRESULT CALLBACK CtrlDisplayListView::wndProc(HWND hwnd, UINT msg, WPARAM wParam
|
|||
// Continue with window creation.
|
||||
return win != NULL;
|
||||
case WM_NCDESTROY:
|
||||
delete win;
|
||||
break;
|
||||
case WM_SIZE:
|
||||
win->redraw();
|
||||
|
|
Loading…
Add table
Reference in a new issue