Changeset 8308
- Timestamp:
- Apr 22, 2011, 10:32:43 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/kicklib2/src/libraries/core/command/TclThreadManager.cc
r8079 r8308 116 116 TclThreadManager::~TclThreadManager() 117 117 { 118 delete this->interpreterBundles_[0]; 118 119 delete this->interpreterBundlesMutex_; 119 // delete this->mainInterpreterMutex_; // <-- temporar y disabled to avoid crash if a thread is still actively queriyng120 // delete this->mainInterpreterMutex_; // <-- temporarily disabled to avoid crash if a thread is still actively querying 120 121 delete this->messageQueue_; 121 122 }
Note: See TracChangeset
for help on using the changeset viewer.