[Bug 542539] New: xsane-0.997-1.5: memory leak
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.
http://bugzilla.novell.com/show_bug.cgi?id=542539 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |lnussel@novell.com |ovo.novell.com | -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=542539 User rguenther@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=542539#c1 --- Comment #1 from Richard Guenther <rguenther@novell.com> 2009-10-17 08:55:55 MDT --- David, in case the issues are not introduced by a patch local to openSUSE please report the issues upstream. Packagers, please do not add openSUSE-local patches to fix this kind of errors but forward the bugs upstream and close the bugs as RESOLVED UPSTREAM. Note that it is perfectly fine to have "resource leaks" at the end of a program as the kernel will clean up for you. Manually freeing them only increases binary size and runtime. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=542539 https://bugzilla.novell.com/show_bug.cgi?id=542539#c2 --- Comment #2 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-01-19 15:00:11 CET --- This is an autogenerated message for OBS integration: This bug (542539) was mentioned in https://build.opensuse.org/request/show/149220 Factory / xsane -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=542539 https://bugzilla.novell.com/show_bug.cgi?id=542539#c3 --- Comment #3 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-01-22 16:00:07 CET --- This is an autogenerated message for OBS integration: This bug (542539) was mentioned in https://build.opensuse.org/request/show/149557 Factory / xsane -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=542539 https://bugzilla.novell.com/show_bug.cgi?id=542539#c4 Ludwig Nussel <lnussel@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Ludwig Nussel <lnussel@suse.com> 2013-07-05 09:50:37 CEST --- already fixed -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com