mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Free memory allocated by procstat_getfiles(), which may make difference
when procstat(1) is run with -a option. Submitted by: Daniel Dettlaff <dmilith gmail com> MFC after: 1 week
This commit is contained in:
parent
d1145837a5
commit
39f6ca6553
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=240081
@ -476,4 +476,5 @@ procstat_files(struct procstat *procstat, struct kinfo_proc *kipp)
|
||||
|
||||
printf("\n");
|
||||
}
|
||||
procstat_freefiles(procstat, head);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user