To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=98573 Issue #|98573 Summary|MemoryLeak: GetEditOutlinerParaObject() Component|Drawing Version|DEV300 m39 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|christianlins Reported by|aw
------- Additional comments from [email protected] Wed Jan 28 15:03:09 +0000 2009 ------- AW: GetEditOutlinerParaObject() is used in different situations and differently implemented. At least the basic implementation at the Outliner CREATES a new OutlinerParaObject who's ownership the caller gets and has to look for. Often that call is mixed up with getting the OutlinerParaObject from the SdrText where it's owned by that. It's also implemented from the table and cell in Draw/Impress where i do not know if ownership goes over to the caller. In many cases it's a mix-up and nearly in every case where the implementation on the outliner is used the resulting object gets NOT DELETED. --------------------------------------------------------------------- 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]
