diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-07-31 15:09:47 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-07-31 15:09:47 +0000 |
commit | d1afa5ac82cdc95369d8466615f71c3a6bfb5bf3 (patch) | |
tree | 38ebce6092f64f8ea85140ee910538e54241b8a4 /vcl/source/window | |
parent | a957f445c0c2c96eec0c9518318ba2f4c21fd0b3 (diff) |
INTEGRATION: CWS vcl80 (1.260.10); FILE MERGED
2007/07/12 12:07:31 pl 1.260.10.2: #i79491# fix a leak (thanks pjanik)
2007/07/12 10:51:42 pl 1.260.10.1: #i79491# fix a leak (thanks pjanik)
Diffstat (limited to 'vcl/source/window')
-rw-r--r-- | vcl/source/window/window.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx index aaa8ed8e7675..891e4e791470 100644 --- a/vcl/source/window/window.cxx +++ b/vcl/source/window/window.cxx @@ -4,9 +4,9 @@ * * $RCSfile: window.cxx,v $ * - * $Revision: 1.261 $ + * $Revision: 1.262 $ * - * last change: $Author: rt $ $Date: 2007-07-24 10:23:04 $ + * last change: $Author: hr $ $Date: 2007-07-31 16:09:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -4755,6 +4755,7 @@ Window::~Window() delete mpWindowImpl->mpChildClipRegion; delete mpWindowImpl->mpAccessibleInfos; + delete mpWindowImpl->mpControlFont; // should be the last statements delete mpWindowImpl; mpWindowImpl = NULL; |