소스 검색

Do not take ownership of the module instance factory.

Sascha Zelzer 13 년 전
부모
커밋
e4fd9a56d8
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      Libs/CommandLineModules/Core/ctkCmdLineModuleManager.cpp

+ 0 - 1
Libs/CommandLineModules/Core/ctkCmdLineModuleManager.cpp

@@ -50,7 +50,6 @@ ctkCmdLineModuleManager::ctkCmdLineModuleManager(ctkCmdLineModuleInstanceFactory
 
 ctkCmdLineModuleManager::~ctkCmdLineModuleManager()
 {
-  delete d->InstanceFactory;
 }
 
 ctkCmdLineModuleReference