To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=50726
User hro changed the following:
What |Old value |New value
================================================================================
Status|NEW |RESOLVED
--------------------------------------------------------------------------------
Resolution| |DUPLICATE
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Fri Jun 24 04:41:01 -0700
2005 -------
Actually this is not a memory leak. pItem is defined as [out] parameter
therefore
the input value is undefined and can't be interpreted. If it were defined as
[in|out]
the right fix would be to call osl_releaseDirectoryItem.
And yes - most rtl_uString [out] parameters in rtl and osl APIs should be
defined
as [in|out] parameters.
It's up to the caller to release an oslDirectoryItem before passing it to
osl_getNextDirectoryItem.
*** This issue has been marked as a duplicate of 49510 ***
---------------------------------------------------------------------
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]