1
0
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:
Lukas Ertl 2004-06-03 15:04:00 +00:00
parent cc05397ffc
commit 7fcc4669d8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130029

View File

@ -621,6 +621,7 @@ display(const FTSENT *p, FTSENT *list, int options)
MAKENINES(maxblock);
MAKENINES(maxnlink);
MAKENINES(maxsize);
free(jinitmax);
}
bcfile = 0;
flags = NULL;