diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-05-09 14:43:15 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-05-09 14:43:15 +0000 |
commit | 07c9ffb0cdec2d85839bb91d67e2505e26a283b3 (patch) | |
tree | 1d1bec8f61abe00fa05107d2baaa37a89454c343 /sal/osl/unx/module.c | |
parent | 087ed63e70ff0b29b038096a8ba105ad409f2ec7 (diff) |
INTEGRATION: CWS cmcfixes25 (1.32.48); FILE MERGED
2006/05/05 10:55:13 cmc 1.32.48.1: #i63845# leak in osl
Diffstat (limited to 'sal/osl/unx/module.c')
-rw-r--r-- | sal/osl/unx/module.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sal/osl/unx/module.c b/sal/osl/unx/module.c index 27ff380092e9..b830a5f41f10 100644 --- a/sal/osl/unx/module.c +++ b/sal/osl/unx/module.c @@ -4,9 +4,9 @@ * * $RCSfile: module.c,v $ * - * $Revision: 1.32 $ + * $Revision: 1.33 $ * - * last change: $Author: obo $ $Date: 2006-01-20 13:30:57 $ + * last change: $Author: hr $ $Date: 2006-05-09 15:43:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -279,6 +279,7 @@ sal_Bool SAL_CALL osl_getModuleURLFromAddress(void * addr, rtl_uString ** ppLibr osl_getFileURLFromSystemPath(*ppLibraryUrl, ppLibraryUrl); osl_getAbsoluteFileURL(workDir, *ppLibraryUrl, ppLibraryUrl); + rtl_uString_release(workDir); result = sal_True; } return result; |