Explorar o código

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

Sascha Zelzer %!s(int64=10) %!d(string=hai) anos
pai
achega
87060ae009
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      Libs/PluginFramework/ctkPluginFrameworkLauncher.cpp

+ 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;
 }