memory leak that eventually crashes the xosview process.
The CVS tree doesn't show any activity here more recent than 6.0.
The attached extra patch to bsd/kernel.cc fixes the problem.
- bump PORTREVISION
PR: 92339
Submitted by: Tom Pavel <pavel AT alum dot mit dot edu>
Also:
- replace <xxx> with <xxx.h> due to Standard C++.
- In my observation, when include "devstats.h",
- In 4.x or earlier version, we use checkversion(), getnumdevs() ...
But In 5.x, it should be repalce with devstat_checkversion(kvm_t *),
devstat_getnumdevs(kvm_t *) respectively.
In summary, function in 4.x's devstats.h can add prefix word "devstat
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Maintainership to: submitter
PR: 58596