Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8308


Ignore:
Timestamp:
Apr 22, 2011, 10:32:43 PM (13 years ago)
Author:
rgrieder
Message:

Delete standard Tcl interpreter bundle when closing the application. However do not do this for bundles of separate threads.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/kicklib2/src/libraries/core/command/TclThreadManager.cc

    r8079 r8308  
    116116    TclThreadManager::~TclThreadManager()
    117117    {
     118        delete this->interpreterBundles_[0];
    118119        delete this->interpreterBundlesMutex_;
    119 //        delete this->mainInterpreterMutex_; // <-- temporary disabled to avoid crash if a thread is still actively queriyng
     120//        delete this->mainInterpreterMutex_; // <-- temporarily disabled to avoid crash if a thread is still actively querying
    120121        delete this->messageQueue_;
    121122    }
Note: See TracChangeset for help on using the changeset viewer.