summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-07-01 12:07:08 +0000
committerKurt Zenker <kz@openoffice.org>2005-07-01 12:07:08 +0000
commit808350dd0aab95ed0f73c6f87036987c0e796a11 (patch)
tree159ec911172a351ecb3e38e1ec6425d5aa0f4835 /vcl/source
parentbb039fddd5570630b5516fb7ab9034b9da3bf7cb (diff)
INTEGRATION: CWS memory01 (1.200.8); FILE MERGED
2005/05/25 14:18:42 hdu 1.200.8.2: #i49838# fix some memory leaks 2005/05/25 14:17:32 hdu 1.200.8.1: #i49838# fix some memory leaks
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/gdi/outdev3.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/gdi/outdev3.cxx b/vcl/source/gdi/outdev3.cxx
index ea0199a13dc6..139da03ee7b6 100644
--- a/vcl/source/gdi/outdev3.cxx
+++ b/vcl/source/gdi/outdev3.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: outdev3.cxx,v $
*
- * $Revision: 1.200 $
+ * $Revision: 1.201 $
*
- * last change: $Author: rt $ $Date: 2005-05-18 08:04:00 $
+ * last change: $Author: kz $ $Date: 2005-07-01 13:07:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1599,7 +1599,7 @@ ImplDevFontListData::~ImplDevFontListData()
{
ImplFontData* pFace = mpFirst;
mpFirst = pFace->GetNextFace();
-#if 0 // HOTFIX for 122732
+#ifndef UNX // HOTFIX for 122732
delete pFace;
#endif
}