Explorar el Código

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

Sascha Zelzer hace 10 años
padre
commit
87060ae009
Se han modificado 1 ficheros con 2 adiciones y 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;
 }