diff options
author | Jörg Barfurth <jb@openoffice.org> | 2000-12-19 16:35:00 +0000 |
---|---|---|
committer | Jörg Barfurth <jb@openoffice.org> | 2000-12-19 16:35:00 +0000 |
commit | b083a2eeace93a9cb78cdd5a6e3856001653f140 (patch) | |
tree | 9f95e3f567351c4018aae80f65b3e95453280cf8 /configmgr | |
parent | 1d9a97d007eb82ed3782beef88ed1948567ccfb7 (diff) |
Annotated a possible minor leak
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/api2/providerimpl.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
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&) |