diff options
| author | Jilles Tjoelker <jilles@FreeBSD.org> | 2011-06-18 21:46:11 +0000 |
|---|---|---|
| committer | Jilles Tjoelker <jilles@FreeBSD.org> | 2011-06-18 21:46:11 +0000 |
| commit | b0766d1fc5489807e8f02f8d43a8aaf56221c02c (patch) | |
| tree | b247da42b343a17f524dbdea071b036f8a0d0da6 /lib/libprocstat/libprocstat.c | |
| parent | 6586921454a9cbf658dabdddd663a608219a6240 (diff) | |
Notes
Diffstat (limited to 'lib/libprocstat/libprocstat.c')
| -rw-r--r-- | lib/libprocstat/libprocstat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libprocstat/libprocstat.c b/lib/libprocstat/libprocstat.c index 7ddc5604f60e..f8e5516c6641 100644 --- a/lib/libprocstat/libprocstat.c +++ b/lib/libprocstat/libprocstat.c @@ -271,11 +271,11 @@ procstat_freefiles(struct procstat *procstat, struct filestat_list *head) } free(head); if (procstat->vmentries != NULL) { - free (procstat->vmentries); + free(procstat->vmentries); procstat->vmentries = NULL; } if (procstat->files != NULL) { - free (procstat->files); + free(procstat->files); procstat->files = NULL; } } |
