http://bugzilla.novell.com/show_bug.cgi?id=537525 Summary: barcode-0.98-459.10: memory leak Classification: openSUSE Product: openSUSE 11.2 Version: Factory Platform: All OS/Version: openSUSE 11.1 Status: NEW Severity: Minor 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 barcode-0.98-459.10 For source code file barcode-0.98/cmdline.c around line 140, function commandline, there is the following code char *getopt_desc = (char *)calloc(512, 1); and if (retval == -1) commandline_errormsg(stderr, args, argv[0], errorhead); return retval; but I fail to find a matching call to free. This looks like a memory leak to me. Suggest add call to free. -- 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.