Christoph von Wittich: fix for bug 823 ("Resource leak in regedit").

svn path=/trunk/; revision=18095
This commit is contained in:
Aleksey Bragin 2005-09-26 16:07:23 +00:00
parent 7311a97c7e
commit 714a0377ae

View file

@ -165,6 +165,7 @@ void ExitInstance(HINSTANCE hInstance)
{
UnregisterHexEditorClass(hInstance);
DestroyMenu(hMenuFrame);
DestroyMenu(hPopupMenus);
UnloadAclUiDll();
}