Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3326


Ignore:
Timestamp:
Jul 19, 2009, 4:15:09 PM (15 years ago)
Author:
landauf
Message:

small fix against the thread-exit assertion failure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/core/TclThreadManager.cc

    r3318 r3326  
    118118
    119119        delete this->interpreterBundlesMutex_;
    120         delete this->mainInterpreterMutex_;
     120//        delete this->mainInterpreterMutex_; // <-- temporary disabled to avoid crash if a thread is still actively queriyng
    121121        delete this->messageQueue_;
    122122    }
Note: See TracChangeset for help on using the changeset viewer.