To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=113722
------- Additional comments from [email protected] Mon Aug 16 13:56:05 +0000 2010 ------- Since ChartModel does't implement the lang::XInitialization UNO interface, then in OSingleFactoryHelper::createInstanceWithArgumentsAndContext() API the created first ChartModel object is always discarded before throwing out the lang::IllegalArgumentException. But as the XComponent pattern defines, before ChartModel object can be finally freed, ChartModel::dispose() must be called. In this case, the first ChartModel object always leaks. --------------------------------------------------------------------- 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]
