Changeset 3103 for code/trunk/src/core
- Timestamp:
- May 28, 2009, 4:56:37 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/core/Core.cc
r2896 r3103 181 181 delete this->languageInstance_; 182 182 delete this->configFileManager_; 183 delete this->signalHandler_;184 183 185 184 // Destroy command line arguments … … 190 189 assert(Core::singletonRef_s); 191 190 Core::singletonRef_s = 0; 191 delete this->signalHandler_; 192 192 } 193 193
Note: See TracChangeset
for help on using the changeset viewer.