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:
parent
bde537351c
commit
ef2c0fca9a
@ -143,6 +143,8 @@ void FileHistory::Save(wxConfigBase & config, const wxString & group)
|
||||
}
|
||||
|
||||
config.SetPath(wxT(""));
|
||||
|
||||
config.Flush();
|
||||
}
|
||||
|
||||
void FileHistory::NotifyMenus()
|
||||
|
Loading…
x
Reference in New Issue
Block a user