Delete the menu on shutdown

Originally committed to SVN as r5475.
This commit is contained in:
Thomas Goyne 2011-07-15 17:36:35 +00:00
parent be8d841577
commit 5c7a848f21
1 changed files with 1 additions and 0 deletions

View File

@ -334,6 +334,7 @@ int AegisubApp::OnExit() {
delete config::mru;
delete agi::hotkey::hotkey;
delete config::path;
delete menu::menu;
cmd::clear();
#ifdef WITH_AUTOMATION