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:
Mikolaj Golub 2012-09-04 05:54:43 +00:00
parent d1145837a5
commit 39f6ca6553
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=240081

View File

@ -476,4 +476,5 @@ procstat_files(struct procstat *procstat, struct kinfo_proc *kipp)
printf("\n");
}
procstat_freefiles(procstat, head);
}