- Timestamp:
- Apr 28, 2011, 7:15:14 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/core/command/TclThreadManager.cc
r8079 r8351 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.