To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59454
User ab changed the following:
What |Old value |New value
================================================================================
Assigned to|ab |os
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Feb 1 04:39:29 -0800
2006 -------
ab->os: After a lot of debugging in Basic I've had a look at the writer code
and
found that the SwGlossaries class caches the AutoTextEntry instances in a
vector
aGlossaryEntries that explicitely holds refs to the returned new
SwXAutoTextEntry
instances !!! See SwGlossaries::GetAutoTextEntry in unoatxt.cxx (cvs owner: os).
After removing "aGlossaryEntries.push_back( AutoTextEntryRef( xReturn ) );" the
"leak" is gone. Probably this task now is invalid anyway as I assume the
behaviour
is wanted and the instances are deleted later.
But the next time please have a look at your own code before accusing Basic of
holding too many references... ;-)
---------------------------------------------------------------------
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]