mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-05 12:56:08 +00:00
Plug small memory leak.
PR: bin/67392 Submitted by: Matthew Emmerton <matt@gsicomp.on.ca> MFC in: 1 week
This commit is contained in:
parent
cc05397ffc
commit
7fcc4669d8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130029
@ -621,6 +621,7 @@ display(const FTSENT *p, FTSENT *list, int options)
|
||||
MAKENINES(maxblock);
|
||||
MAKENINES(maxnlink);
|
||||
MAKENINES(maxsize);
|
||||
free(jinitmax);
|
||||
}
|
||||
bcfile = 0;
|
||||
flags = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user