diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2013-01-16 05:03:52 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2013-01-16 05:03:52 +0000 |
| commit | 28e4657584bbfb96853da16c160c96255c59ff75 (patch) | |
| tree | 3ad3c46fb7120b97040130489d06a4002ec8465b /bin | |
| parent | 535460c7dc3aff3ccc4d407a9b4eb3787e956171 (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/pwait/pwait.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/pwait/pwait.c b/bin/pwait/pwait.c index 26cf1bd8970d..8d87a8d6d211 100644 --- a/bin/pwait/pwait.c +++ b/bin/pwait/pwait.c @@ -141,5 +141,6 @@ main(int argc, char *argv[]) nleft -= n; } + free(e); return 0; } |
