http://bugzilla.novell.com/show_bug.cgi?id=544279 Summary: mgdiff-1.0.1-196.9: two memory leaks Classification: openSUSE Product: openSUSE 11.2 Version: Factory Platform: All OS/Version: openSUSE 11.1 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: dcb314@hotmail.com QAContact: qa@suse.de Found By: --- I just had a look at factory package mgdiff-1.0.1-196.9 source code file mgdiff-1.0/rundiff.c function build_diff_info local variables file1 and file2. I notice the following code file1 = fopen (path1, "r"); file2 = fopen (path2, "r"); but I fail to notice any matching calls to fclose. This looks like two resource leaks to me. Suggest add calls to fclose near the end of the function to plug the leak. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.