summaryrefslogtreecommitdiffstats
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
parentsb129: #i113189# cleaned up makefile rules; deliver services.input to have it... (diff)
parentCWS-TOOLING: integrate CWS oooimprovement6 (diff)
downloadcore-dd04f0f604c194773da70d212aa0c67b994ebb87.tar.gz
core-dd04f0f604c194773da70d212aa0c67b994ebb87.zip
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 ]; }