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 493f219a7e
commit d1e5ff32e6

View file

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