Don't appease clang static analyzer after all and roll back
the free(3) of mntbuf ... again. There's no point in doing useless extra work when we're about to exit. See also r240565. Not reading file history: uqs
This commit is contained in:
parent
562a9d583b
commit
e83643f4f6
@ -296,7 +296,6 @@ main(int argc, char *argv[])
|
||||
prtstat(&mntbuf[i], &maxwidths);
|
||||
if (cflag)
|
||||
prtstat(&totalbuf, &maxwidths);
|
||||
free(mntbuf);
|
||||
return (rv);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user