diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-07-14 11:36:51 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-07-14 11:36:51 +0000 |
commit | 9460612a9a04924d4c394de437fb0bebbe8308bf (patch) | |
tree | 5eb779b0ba7458c258432f2798bbd3806584e567 /vcl | |
parent | 8ad535e6f66d05319cd7c2987982db68fc656e5f (diff) |
INTEGRATION: CWS vgvalgrind (1.200.36); FILE MERGED
2005/06/13 09:19:35 hdu 1.200.36.1: #i50546# merge memleak fix from CWS vcl39
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/gdi/outdev3.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/vcl/source/gdi/outdev3.cxx b/vcl/source/gdi/outdev3.cxx index 139da03ee7b6..2506e03d7d4b 100644 --- a/vcl/source/gdi/outdev3.cxx +++ b/vcl/source/gdi/outdev3.cxx @@ -2,9 +2,9 @@ * * $RCSfile: outdev3.cxx,v $ * - * $Revision: 1.201 $ + * $Revision: 1.202 $ * - * last change: $Author: kz $ $Date: 2005-07-01 13:07:08 $ + * last change: $Author: kz $ $Date: 2005-07-14 12:36:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1599,9 +1599,7 @@ ImplDevFontListData::~ImplDevFontListData() { ImplFontData* pFace = mpFirst; mpFirst = pFace->GetNextFace(); -#ifndef UNX // HOTFIX for 122732 delete pFace; -#endif } } |