http://bugzilla.novell.com/show_bug.cgi?id=542539 Summary: xsane-0.997-1.5: memory leak Classification: openSUSE Product: openSUSE 11.2 Version: Factory Platform: All OS/Version: openSUSE 11.1 Status: NEW Severity: Normal Priority: P5 - None Component: X11 Applications 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 xsane-0.997-1.5 For source code file xsane-0.997/src/xsane-batch-scan.c around line 691, function xsane_batch_scan_create_list_entry, is the source code data = calloc(size, size); but I fail to find any matching call to free. Further, I find that the local variable "data" is essentially unused in the routine. Suggest delete local variable "data" to remove useless memory 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.