mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:23:01 +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);
|
UnregisterHexEditorClass(hInstance);
|
||||||
DestroyMenu(hMenuFrame);
|
DestroyMenu(hMenuFrame);
|
||||||
|
DestroyMenu(hPopupMenus);
|
||||||
UnloadAclUiDll();
|
UnloadAclUiDll();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue