summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/stgstrms.cxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2002-07-22 11:28:46 +0000
committerMathias Bauer <mba@openoffice.org>2002-07-22 11:28:46 +0000
commita793ecd5e4c7dedc99e97c500254efcf7b7adb14 (patch)
treee4147658df659e075e963a7b5685e90cd212ac25 /sot/source/sdstor/stgstrms.cxx
parent510ae2ed8307ff918940f36dd19120422f94758d (diff)
#90353#: new/delete
Diffstat (limited to 'sot/source/sdstor/stgstrms.cxx')
-rw-r--r--sot/source/sdstor/stgstrms.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sot/source/sdstor/stgstrms.cxx b/sot/source/sdstor/stgstrms.cxx
index 31ac35af134f..afca5d0d3044 100644
--- a/sot/source/sdstor/stgstrms.cxx
+++ b/sot/source/sdstor/stgstrms.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: stgstrms.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mm $ $Date: 2000-10-12 16:18:51 $
+ * last change: $Author: mba $ $Date: 2002-07-22 12:28:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1099,7 +1099,7 @@ BOOL StgTmpStrm::Copy( StgTmpStrm& rSrc )
break;
n -= nn;
}
- delete p;
+ delete [] p;
rSrc.Seek( nCur );
Seek( nCur );
return BOOL( n == 0 );