Fixed a memory leak that occurred when resetting hotkey defaults

Originally committed to SVN as r3099.
This commit is contained in:
harukalover 2009-07-06 05:01:55 +00:00
parent fa54e72105
commit 6779781284
1 changed files with 1 additions and 0 deletions

View File

@ -310,6 +310,7 @@ void FrameMain::InitMenu() {
// Deinit menu if needed
if (menuCreated) {
SetMenuBar(NULL);
MenuBar->Destroy();
}
#ifdef __WXMAC__