summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-09-22 10:27:02 +0200
committersb <sb@openoffice.org>2010-09-22 10:27:02 +0200
commitdd04f0f604c194773da70d212aa0c67b994ebb87 (patch)
tree6bf058f1411262244d6bdc233a7fe241ba516e36 /sot
parent8aad539fa223e3c3b5128668fc0ab734cbdd3281 (diff)
parentbb5c1664ffed54f323c42d9d1d5211ba7b33f119 (diff)
sb129: merged in DEV300_m88
Diffstat (limited to 'sot')
-rw-r--r--sot/source/sdstor/stgio.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/source/sdstor/stgio.cxx b/sot/source/sdstor/stgio.cxx
index 00dd454233e2..2c18429b9d64 100644
--- a/sot/source/sdstor/stgio.cxx
+++ b/sot/source/sdstor/stgio.cxx
@@ -158,7 +158,7 @@ class EasyFat
public:
EasyFat( StgIo & rIo, StgStrm *pFatStream, INT32 nPSize );
- ~EasyFat() { delete pFat; delete pFree; }
+ ~EasyFat() { delete[] pFat; delete[] pFree; }
INT32 GetPageSize() { return nPageSize; }
INT32 Count() { return nPages; }
INT32 operator[]( INT32 nOffset ) { return pFat[ nOffset ]; }