[Bug 295310] sysutils/plasma6-ksystemstats memory leak

[email protected] Tue, 26 May 2026 05:46:49 +0000
Newsgroups gmane.comp.kde.freebsd
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295310

--- Comment #5 from Andriy Gapon <[email protected]> ---
One quick comment is that bzero is completely unneeded there.
If you must initialize the pointer(s), then you can simply assign them with
NULL.
But getifaddres does not have such requirement.

-- 
You are receiving this mail because:
You are the assignee for the bug.