summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-08-02 13:56:27 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-08-02 13:56:27 +0000
commitd9f401ce8263aca74c6f7029f37082119cb22320 (patch)
tree581ec090764826ed1751f9a6061073e883220b8c /vcl
parente9a093474dfe593a5d36d8da4295cf9360c65a19 (diff)
INTEGRATION: CWS so8gclk (1.202.30); FILE MERGED
2005/08/02 12:57:59 hdu 1.202.30.1: #124727# revert GC problem to 680m106
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/gdi/outdev3.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/vcl/source/gdi/outdev3.cxx b/vcl/source/gdi/outdev3.cxx
index 2506e03d7d4b..07c54812a04f 100644
--- a/vcl/source/gdi/outdev3.cxx
+++ b/vcl/source/gdi/outdev3.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: outdev3.cxx,v $
*
- * $Revision: 1.202 $
+ * $Revision: 1.203 $
*
- * last change: $Author: kz $ $Date: 2005-07-14 12:36:51 $
+ * last change: $Author: hr $ $Date: 2005-08-02 14:56:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1599,7 +1599,9 @@ ImplDevFontListData::~ImplDevFontListData()
{
ImplFontData* pFace = mpFirst;
mpFirst = pFace->GetNextFace();
+#ifdef WIN32
delete pFace;
+#endif
}
}