http://bugzilla.novell.com/show_bug.cgi?id=533418 Summary: alevt-1.6.2-71.7: possible memory leak + strange code Classification: openSUSE Product: openSUSE 11.2 Version: Factory Platform: All OS/Version: openSUSE 11.1 Status: NEW Severity: Normal 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 alevt-1.6.2-71.7 For source code file alevt-1.6.2/fdset.c around line 30 is the source code for the function fdset_add_fd. I notice the following line of code if (not(fn = malloc(sizeof(*fn)))) but I fail to notice a matching call to free. Also, I notice that fn->node isn't initialised, but it is used as a parameter to dl_insert_last. Maybe better code might be dl_insert_last( fds->list, fn); but that's only a guess. -- 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.