1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 09:20:16 +01:00

Startup without pluginregistry.cfg should not violate assertion

This commit is contained in:
Paul Licameli
2021-05-19 07:19:38 -04:00
parent 55ddb32791
commit c35f7d35cc

View File

@@ -1944,6 +1944,7 @@ void PluginManager::Load()
{
// Must start over
registry.DeleteAll();
registry.Flush();
return;
}