From de28d36afc57121e94f04e4ddd0cb37d4067141d Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Fri, 1 Jul 2005 12:13:19 +0000 Subject: [PATCH] INTEGRATION: CWS memory01 (1.3.12); FILE MERGED 2005/05/26 15:56:27 cd 1.3.12.1: #i49909# Fix PropertySetInfo memory leak --- goodies/source/unographic/descriptor.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/goodies/source/unographic/descriptor.cxx b/goodies/source/unographic/descriptor.cxx index 278b33385e7a..cad9b1a638c7 100644 --- a/goodies/source/unographic/descriptor.cxx +++ b/goodies/source/unographic/descriptor.cxx @@ -2,9 +2,9 @@ * * $RCSfile: descriptor.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2005-04-13 12:21:50 $ + * last change: $Author: kz $ $Date: 2005-07-01 13:13:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -105,7 +105,7 @@ namespace unographic { // --------------------- GraphicDescriptor::GraphicDescriptor() : - ::comphelper::PropertySetHelper( createPropertySetInfo() ), + ::comphelper::PropertySetHelper( createPropertySetInfo(), SAL_NO_ACQUIRE ), mpGraphic( NULL ), meType( GRAPHIC_NONE ), mnBitsPerPixel ( 0 ),