To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=103768 Issue #|103768 Summary|soltools/mkdepend/main.c:resource leak Component|tools Version|OOo 3.1 Platform|All URL| OS/Version|Linux Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P4 Subcomponent|solenv Assigned to|hjs Reported by|dcb314
------- Additional comments from [email protected] Fri Jul 24 09:00:47 +0000 2009 ------- For source code file soltools/mkdepend/main.c, around line 660 is the source code for function redirect. I can see source code line if ((fdin = fopen(makefile, "r")) == NULL) but no matching call to fclose. This seems to be a resource leak to me. Suggest add call to fclose, somewhere near the end of the routine. --------------------------------------------------------------------- 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]
