summaryrefslogtreecommitdiff
path: root/svtools/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-01-04 13:57:41 +0000
committerOliver Bolte <obo@openoffice.org>2008-01-04 13:57:41 +0000
commit83cdeb50968b1e00fae46a6bd29b328e0c5f38d6 (patch)
tree3a665bdbcb0af44b22dddc4ba151fa75f1d19766 /svtools/source
parent8f39d30a48209b54731abc526c2f079f72177883 (diff)
INTEGRATION: CWS mba24issues01 (1.9.102); FILE MERGED
2007/11/01 10:58:06 mba 1.9.102.1: #i79179#: memory leak fixed
Diffstat (limited to 'svtools/source')
-rw-r--r--svtools/source/items1/poolio.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svtools/source/items1/poolio.cxx b/svtools/source/items1/poolio.cxx
index 0ac7b22d0791..d33aeceed740 100644
--- a/svtools/source/items1/poolio.cxx
+++ b/svtools/source/items1/poolio.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: poolio.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 21:45:11 $
+ * last change: $Author: obo $ $Date: 2008-01-04 14:57:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -867,8 +867,8 @@ SvStream &SfxItemPool::Load1_Impl(SvStream &rStream)
{
// an das Ende des eigenen Pools seeken
rStream.Seek(nEndOfSizes);
- CHECK_FILEFORMAT( rStream, SFX_ITEMPOOL_TAG_ENDPOOL );
- CHECK_FILEFORMAT( rStream, SFX_ITEMPOOL_TAG_ENDPOOL );
+ CHECK_FILEFORMAT_RELEASE( rStream, SFX_ITEMPOOL_TAG_ENDPOOL, pNewArr );
+ CHECK_FILEFORMAT_RELEASE( rStream, SFX_ITEMPOOL_TAG_ENDPOOL, pNewArr );
// Sekund"arpool einlesen
pSecondary->Load1_Impl( rStream );