To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=103770 Issue #|103770 Summary|tools/workben/solar.c: missing call to fclose Component|tools 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:16:40 +0000 2009 ------- For the source code file tools/workben/solar.c, around line 340 is the source code FILE* f = fopen( name, "w" ); I can't see a matching call to fclose, so this looks like a memory leak to me. Suggest add call, to close the leak. --------------------------------------------------------------------- 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]
