Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 23, 2009, 8:10:03 PM (14 years ago)
Author:
rgrieder
Message:

Fixed dedicated problem in NHC and a memory leak on windows in the IOConsole.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/src/libraries/core/IOConsole.cc

    r6105 r6122  
    484484    IOConsole::~IOConsole()
    485485    {
     486//        resetTerminalMode();
     487        this->shell_->destroy();
     488
    486489/*
    487         resetTerminalMode();
    488         this->shell_->destroy();
    489 
    490490        // Enable standard this->cout_ logging again
    491491        OutputHandler::getInstance().enableCout();
Note: See TracChangeset for help on using the changeset viewer.