diff options
| author | Lukas Ertl <le@FreeBSD.org> | 2004-06-03 15:04:00 +0000 |
|---|---|---|
| committer | Lukas Ertl <le@FreeBSD.org> | 2004-06-03 15:04:00 +0000 |
| commit | 7fcc4669d8abaee5a44e4ad6364b85997004b2f5 (patch) | |
| tree | ec4e632c5195ab2e2e9eaafc34138d408682145f | |
| parent | cc05397ffc485eb7d650881544fdc12cb0074cab (diff) | |
Notes
| -rw-r--r-- | bin/ls/ls.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ls/ls.c b/bin/ls/ls.c index 18c6f3605fe16..fa480963be49c 100644 --- a/bin/ls/ls.c +++ b/bin/ls/ls.c @@ -621,6 +621,7 @@ display(const FTSENT *p, FTSENT *list, int options) MAKENINES(maxblock); MAKENINES(maxnlink); MAKENINES(maxsize); + free(jinitmax); } bcfile = 0; flags = NULL; |
