mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
Mikhail Denisenko <[email protected]>
- Destroy proper windows, fixes one more memory leak. See issue #2012 for more details. svn path=/trunk/; revision=41146
This commit is contained in:
@@ -1943,7 +1943,8 @@ int StartMenuHandler::Command(int id, int code)
|
||||
|
||||
#ifndef __REACTOS__
|
||||
case IDC_TERMINATE:
|
||||
DestroyWindow(GetParent(_hwnd));
|
||||
DestroyWindow(g_Globals._hwndDesktopBar);
|
||||
DestroyWindow(g_Globals._hwndDesktop);
|
||||
break;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user