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