Przeglądaj źródła

During shutdown of the plugin framework, also stop all plug-ins.

Sascha Zelzer 10 lat temu
rodzic
commit
87060ae009

+ 2 - 1
Libs/PluginFramework/ctkPluginFrameworkLauncher.cpp

@@ -510,7 +510,8 @@ void ctkPluginFrameworkLauncher::shutdown()
   //appLauncher = null;
   //splashStreamRegistration = null;
   //defaultMonitorRegistration = null;
-  d->fwFactory.reset();
+  //d->fwFactory.reset();
+  stop();
   d->running = false;
 }