[Bug 295310] sysutils/plasma6-ksystemstats memory leak
[email protected] Wed, 27 May 2026 08:01:05 +0000
| Newsgroups | gmane.comp.kde.freebsd |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295310 --- Comment #8 from Andriy Gapon <[email protected]> --- Created attachment 271227 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=271227&action=edit freeifaddrs patch My update seems to be at odds with the other reporter, but after I modified patch-network to correct freeing as per the suggestion, ksystemstats no longer grows in memory size. I am attaching my diff for the patch file: - fixes freeifaddrs argument; - replaces bzero with an assignment; - removes redundant clearing of just created QStringList-s; - corrects indentation (tabs vs spaces) on a couple of lines; - corrects minor style / consistency issues. -- You are receiving this mail because: You are the assignee for the bug.