Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 28, 2009, 4:56:37 AM (15 years ago)
Author:
scheusso
Message:

some fixes and changes (also signalhandler)

File:
1 edited

Legend:

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

    r2896 r3103  
    181181        delete this->languageInstance_;
    182182        delete this->configFileManager_;
    183         delete this->signalHandler_;
    184183
    185184        // Destroy command line arguments
     
    190189        assert(Core::singletonRef_s);
    191190        Core::singletonRef_s = 0;
     191        delete this->signalHandler_;
    192192    }
    193193
Note: See TracChangeset for help on using the changeset viewer.