mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 19:22:47 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=249924
@ -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