To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74334
User mav changed the following:
What |Old value |New value
================================================================================
CC|'dv,obr,pjanik' |'dv,lo,obr,pjanik'
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Mon Feb 12 11:03:41 +0000
2007 -------
After discussion with OBR and LO the problem seems to be the xmlCleanupParser()
call.
According to LO and the comments to the implementation to of the
xmlCleanupParser() method, it can be used only when nobody other uses the
library any more. Unfortunately in this scenario the automatic update seems to
use the library in parallel. The suggestion from LO is not to use the method as
a quick fix. The leak should not be big, since these global objects will not be
duplicated by the further use of the library, so it can be treated as a
preinitialization.
So the previously suspected place in the SAXHelper constructor seems to have
nothing to do with the problem, although it still looks strange.
---------------------------------------------------------------------
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]