aboutsummaryrefslogtreecommitdiff
path: root/bin/df
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-09-14 23:47:23 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-09-14 23:47:23 +0000
commitc5c62e5900cce0037bf9e5c0a4ba9e6b6a8057e0 (patch)
tree88bcb6e4918d092548f372260974d6ba57cdfd39 /bin/df
parent4ca2a3f7d40e3fbad3935b8eb0a80d9ab4765c91 (diff)
Notes
Diffstat (limited to 'bin/df')
-rw-r--r--bin/df/df.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/df/df.c b/bin/df/df.c
index f865b8f1eeee..7870412951bd 100644
--- a/bin/df/df.c
+++ b/bin/df/df.c
@@ -290,6 +290,7 @@ main(int argc, char *argv[])
prtstat(&mntbuf[i], &maxwidths);
if (cflag)
prtstat(&totalbuf, &maxwidths);
+ free(mntbuf);
return (rv);
}