소스 검색

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

Sascha Zelzer 10 년 전
부모
커밋
87060ae009
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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;
 }