mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-07-14 15:02:50 +03:00
Avoid crashes on plugin unload while loading.
This commit is contained in:
@@ -45,6 +45,7 @@ FormatterPlugin::FormatterPlugin( PluginManager* pluginManager, bool sync ) :
|
||||
}
|
||||
|
||||
FormatterPlugin::~FormatterPlugin() {
|
||||
waitUntilLoaded();
|
||||
mShuttingDown = true;
|
||||
unsubscribeFileSystemListener();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user