1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

Fix assertion violation on shutdown after commit 21296b0

This commit is contained in:
Paul Licameli 2021-01-31 13:45:34 -05:00
parent bde537351c
commit ef2c0fca9a

View File

@ -143,6 +143,8 @@ void FileHistory::Save(wxConfigBase & config, const wxString & group)
}
config.SetPath(wxT(""));
config.Flush();
}
void FileHistory::NotifyMenus()