Changeset 9589 for code/branches/core6/src/libraries/core/command
- Timestamp:
- Mar 26, 2013, 11:43:43 PM (12 years ago)
- Location:
- code/branches/core6/src/libraries/core/command
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/libraries/core/command/IOConsolePOSIX.cc
r9550 r9589 99 99 100 100 resetTerminalMode(); 101 this->shell_->destroy();101 delete this->shell_; 102 102 103 103 // Restore this->cout_ redirection -
code/branches/core6/src/libraries/core/command/IOConsoleWindows.cc
r9550 r9589 113 113 114 114 resetTerminalMode(); 115 this->shell_->destroy();115 delete this->shell_; 116 116 } 117 117
Note: See TracChangeset
for help on using the changeset viewer.