mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
Christoph von Wittich: fix for bug 823 ("Resource leak in regedit").
svn path=/trunk/; revision=18095
This commit is contained in:
parent
7311a97c7e
commit
714a0377ae
1 changed files with 1 additions and 0 deletions
|
@ -165,6 +165,7 @@ void ExitInstance(HINSTANCE hInstance)
|
|||
{
|
||||
UnregisterHexEditorClass(hInstance);
|
||||
DestroyMenu(hMenuFrame);
|
||||
DestroyMenu(hPopupMenus);
|
||||
UnloadAclUiDll();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue