about summary refs log tree commit diff
path: root/pwait.c
diff options
context:
space:
mode:
Diffstat (limited to 'pwait.c')
-rw-r--r--pwait.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pwait.c b/pwait.c
index 63c1d15..ca2cafb 100644
--- a/pwait.c
+++ b/pwait.c
@@ -300,5 +300,6 @@ usage:
 
 close_and_exit:
 	close(sk_nl);
+	free(pids);
 	return rc;
 }