To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=63845 Issue #:|63845 Summary:|leak in unx' osl module ... Component:|porting Version:|680m161 Platform:|All URL:| OS/Version:|All Status:|NEW Status whiteboard:| Keywords:| Resolution:| Issue type:|PATCH Priority:|P3 Subcomponent:|code Assigned to:|mh Reported by:|mmeeks
------- Additional comments from [EMAIL PROTECTED] Fri Mar 31 02:03:30 -0800 2006 ------- --- sal/osl/unx/module.c.ark 2006-01-24 23:08:47.000000000 +0100 +++ sal/osl/unx/module.c 2006-01-24 23:08:59.000000000 +0100 @@ -278,6 +278,7 @@ OSL_ASSERT(*ppLibraryUrl != NULL); osl_getFileURLFromSystemPath(*ppLibraryUrl, ppLibraryUrl); osl_getAbsoluteFileURL(workDir, *ppLibraryUrl, ppLibraryUrl); + rtl_uString_release(workDir); result = sal_True; } HTH. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]