Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 7, 2015, 3:24:55 PM (9 years ago)
Author:
landauf
Message:

fixed tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core7/src/libraries/core/Core.cc

    r10543 r10544  
    255255        if (this->staticInitHandler_)
    256256            StaticInitializationManager::getInstance().removeHandler(this->staticInitHandler_);
    257         delete Context::getRootContext();
    258         Context::setRootContext(NULL);
     257        Context::destroyRootContext();
    259258        safeObjectDelete(&rootModule_);
    260259        safeObjectDelete(&staticInitHandler_);
Note: See TracChangeset for help on using the changeset viewer.