To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=103769 Issue #|103769 Summary|stoc/source/invocation/invocation.cxx: memory leak Component|porting Version|OOo 3.1 Platform|All URL| OS/Version|Linux Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P4 Subcomponent|code Assigned to|mh Reported by|dcb314
------- Additional comments from [email protected] Fri Jul 24 09:07:44 +0000 2009 ------- Around line 800 of the above file is the source code MemberItem* pItems = new MemberItem[ nTotalCount ]; I can't see the matching delete [] pItems; pItems = 0; so there seems to be a memory leak here. Suggest code rework. --------------------------------------------------------------------- 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]
