diff --git a/bin/df/df.c b/bin/df/df.c index b83603f6fdc7..13ef129cf09e 100644 --- a/bin/df/df.c +++ b/bin/df/df.c @@ -296,7 +296,6 @@ main(int argc, char *argv[]) prtstat(&mntbuf[i], &maxwidths); if (cflag) prtstat(&totalbuf, &maxwidths); - free(mntbuf); return (rv); }