From b083a2eeace93a9cb78cdd5a6e3856001653f140 Mon Sep 17 00:00:00 2001 From: Jörg Barfurth Date: Tue, 19 Dec 2000 16:35:00 +0000 Subject: Annotated a possible minor leak --- configmgr/source/api2/providerimpl.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'configmgr') diff --git a/configmgr/source/api2/providerimpl.cxx b/configmgr/source/api2/providerimpl.cxx index ecd9a1c3c371..c5c02a4ef431 100644 --- a/configmgr/source/api2/providerimpl.cxx +++ b/configmgr/source/api2/providerimpl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: providerimpl.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: jb $ $Date: 2000-12-19 11:12:51 $ + * last change: $Author: jb $ $Date: 2000-12-19 17:35:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -183,6 +183,9 @@ namespace configmgr if (pValueNode) pValueNode->getValue() >>= sDefaultLocale; } + + // should we clean this up ? + // m_pTreeMgr->releaseSubtree(ssUserProfile, m_xDefaultOptions); } } catch (container::NoSuchElementException&) -- cgit on value='distro/allotropia/zeta-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/winaccessibility/Library_winaccessibility.mk
AgeCommit message (Expand)Author
2014-04-28prefer makefile-gmake-modeTakeshi Abe
2013-12-12winaccessibility: let's try to remove that IsInMainThread()Michael Stahl
2013-11-25winaccessibility: replace CoCreateInstance with direct instantiationMichael Stahl
2013-11-19winaccessibility: remove executable bitsMichael Stahl
2013-11-19uia: remove redundant component registration.Michael Meeks
2013-11-19Gbuildify winaccessibility serviceDavid Ostrovsky