mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:36:23 +00:00
Mikhail Denisenko <denisenkom@gmail.com>
- Destroy proper windows, fixes one more memory leak. See issue #2012 for more details. svn path=/trunk/; revision=41146
This commit is contained in:
parent
bc373b83fc
commit
73bb488c7a
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue