http://bugzilla.novell.com/show_bug.cgi?id=543762 Summary: gnome-commander-1.2.8.1-1.8: missing call to pclose Classification: openSUSE Product: openSUSE 11.2 Version: Factory Platform: All OS/Version: openSUSE 11.1 Status: NEW Severity: Normal Priority: P5 - None Component: GNOME AssignedTo: bnc-team-gnome@forge.provo.novell.com ReportedBy: dcb314@hotmail.com QAContact: qa@suse.de Found By: --- I just had a look at factory package gnome-commander-1.2.8.1-1.8 source code file gnome-commander-1.2.8.1/src/utils.cc function app_get_linked_libs local variable fd. I notice the following code FILE *fd = popen (cmd, "r"); but I fail to notice any matching call to pclose. This looks like a resource leak to me. Suggest add a call to pclose near the end of the block 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.