mirror of https://github.com/odrling/Aegisub
Delete the menu on shutdown
Originally committed to SVN as r5475.
This commit is contained in:
parent
be8d841577
commit
5c7a848f21
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue