Changeset 5796 for code/branches/core5/src/libraries/core/Shell.cc
- Timestamp:
- Sep 26, 2009, 10:15:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/libraries/core/Shell.cc
r5738 r5796 88 88 OutputHandler::getOutStream().setOutputBuffer(0); 89 89 if (this->inputBuffer_) 90 delete this->inputBuffer_;90 this->inputBuffer_->destroy(); 91 91 } 92 92
Note: See TracChangeset
for help on using the changeset viewer.