Changeset 11691 for code/trunk/src/libraries
- Timestamp:
- Jan 3, 2018, 1:05:21 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/core/Core.cc
r11115 r11691 327 327 328 328 module->deleteAllStaticallyInitializedInstances(); 329 this->dynLibManager_->unload(module->getDynLib()); 330 module->setDynLib(nullptr); 329 if (module->getDynLib()) { 330 this->dynLibManager_->unload(module->getDynLib()); 331 module->setDynLib(nullptr); 332 } 331 333 } 332 334
Note: See TracChangeset
for help on using the changeset viewer.