To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=50237
User ab changed the following:
What |Old value |New value
================================================================================
Status|NEW |RESOLVED
--------------------------------------------------------------------------------
Resolution| |INVALID
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu Jun 2 09:16:33 -0700
2005 -------
ab->mt: It only seems so... :-)
I debugged a corresponding macro and found that for every variable
- including variables in other libraries, e.g. the wizards - declared
as public SbxObject::Make() is called when the macro is executed.
The SbxProperty instances created there are not deleted afterwards.
But this is no leak as these instances are deleted the next time the
macro is started. The new instances replace the old ones and force
the old ones to be deleted. I checked this using the debugger. This is
also true for the SbxVarEntry instances created in SbxArray::GetRef
shown by your memory log.
So this is not really a leak. There's always only one set of allocated
objects and the memory usage does not increase every time the macro
runs. All allocated objects are freed but not in the time frame of your
test. The last set of objects will be deleted together with the Basic
object itself.
-> INVALID
---------------------------------------------------------------------
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]