Skip to content

Commit

Permalink
CtrlDisplayListView: fix ASAN eror
Browse files Browse the repository at this point in the history
  • Loading branch information
oltolm committed Dec 10, 2023
1 parent 1a66135 commit 96a30ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Windows/GEDebugger/CtrlDisplayListView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 96a30ff

Please sign in to comment.