mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
[TASKMGR]
fix a resource leak svn path=/trunk/; revision=67192
This commit is contained in:
@@ -493,6 +493,8 @@ TaskManagerWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
|
||||
TaskManagerSettings.Maximized = FALSE;
|
||||
/* Get rid of the allocated command line cache, if any */
|
||||
PerfDataDeallocCommandLineCache();
|
||||
if (hWindowMenu)
|
||||
DestroyMenu(hWindowMenu);
|
||||
return DefWindowProcW(hDlg, message, wParam, lParam);
|
||||
|
||||
case WM_TIMER:
|
||||
|
||||
Reference in New Issue
Block a user