To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=50726
Issue #:|50726
Summary:|fix leak ...
Component:|porting
Version:|680m108
Platform:|Other
URL:|
OS/Version:|All
Status:|NEW
Status whiteboard:|
Keywords:|
Resolution:|
Issue type:|DEFECT
Priority:|P3
Subcomponent:|code
Assigned to:|mh
Reported by:|mmeeks
------- Additional comments from [EMAIL PROTECTED] Tue Jun 14 09:12:58 -0700
2005 -------
--- sal/osl/unx/file.cxx 31 May 2005 17:07:41 -0000 1.8
+++ sal/osl/unx/file.cxx 14 Jun 2005 15:42:45 -0000
@@ -474,6 +474,8 @@
rtl_uString_release( ustrFileName );
/* use path as directory item */
+ if (*pItem)
+ rtl_uString_release( (rtl_uString *) *pItem );
*pItem = (oslDirectoryItem) ustrFilePath;
return osl_File_E_None;
---------------------------------------------------------------------
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]