forked from OSchip/llvm-project
parent
99341f2d9d
commit
114a582019
|
@ -37,7 +37,10 @@ public:
|
|||
// Start out ready to flush.
|
||||
OutBufStart = OutBufEnd = OutBufCur = 0;
|
||||
}
|
||||
virtual ~raw_ostream() {}
|
||||
|
||||
virtual ~raw_ostream() {
|
||||
delete [] OutBufStart;
|
||||
}
|
||||
|
||||
//===--------------------------------------------------------------------===//
|
||||
// Configuration Interface
|
||||
|
|
Loading…
Reference in New Issue