[Bug 971] New: memory leak
| Newsgroups | gmane.comp.desktop.xfce.goodies.devel |
|---|---|
| Message-ID | <[email protected]> |
Do NOT reply to this email. To make further comments on this bug, use
the URL below:
http://bugzilla.xfce.org/show_bug.cgi?id=971
Summary: memory leak
Product: Xfce Panel Plugins
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: Low
Component: netload
AssignedTo: [email protected]
ReportedBy: [email protected]
In panel-plugin/wormulon/linux.c in the function checkinterface the system
function if_nameindex() is called to obtain a listing of interface names.
According to the documentation for if_nameindex, the array returned by
if_nameindex is supposed to be freed by calling if_freenameindex. This code
appears to fail to do this.
--
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.