http://bugzilla.novell.com/show_bug.cgi?id=524535 Summary: espeak-1.39-2.60: missing call to fclose Classification: openSUSE Product: openSUSE 11.2 Version: Factory Platform: All OS/Version: openSUSE 11.1 Status: NEW Severity: Normal Priority: P5 - None Component: Sound AssignedTo: tiwai@novell.com ReportedBy: dcb314@hotmail.com QAContact: qa@suse.de Found By: --- I just had a look at factory package espeak-1.39-2.60 For source code file espeak-1.39-2.60, around line 630 is the source code for the function LoadConfig. I notice the following code if((f = fopen(buf,"r"))==NULL) but no matching call to fclose. This looks like a resource leak to me. Suggest code rework. Maybe it would be enough to add fclose( f); near the end of the function. -- 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.