mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 05:00:27 +00:00
[TASKMGR]
fix a resource leak svn path=/trunk/; revision=67192
This commit is contained in:
parent
20ab1d5d0d
commit
f607ec2767
1 changed files with 2 additions and 0 deletions
|
@ -493,6 +493,8 @@ TaskManagerWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
|
||||||
TaskManagerSettings.Maximized = FALSE;
|
TaskManagerSettings.Maximized = FALSE;
|
||||||
/* Get rid of the allocated command line cache, if any */
|
/* Get rid of the allocated command line cache, if any */
|
||||||
PerfDataDeallocCommandLineCache();
|
PerfDataDeallocCommandLineCache();
|
||||||
|
if (hWindowMenu)
|
||||||
|
DestroyMenu(hWindowMenu);
|
||||||
return DefWindowProcW(hDlg, message, wParam, lParam);
|
return DefWindowProcW(hDlg, message, wParam, lParam);
|
||||||
|
|
||||||
case WM_TIMER:
|
case WM_TIMER:
|
||||||
|
|
Loading…
Reference in a new issue