From 10a21d6881114adefd2abddef19869297eeefd80 Mon Sep 17 00:00:00 2001 From: Nathan Straz Date: Thu, 19 Apr 2012 16:45:51 -0500 Subject: Spotted a missing free --- qarsh.c | 1 + 1 file changed, 1 insertion(+) (limited to 'qarsh.c') diff --git a/qarsh.c b/qarsh.c index 4b389f4..0848d57 100644 --- a/qarsh.c +++ b/qarsh.c @@ -179,6 +179,7 @@ set_remote_user(char *user, char *group) close(qarsh_fd); exit(125); } + qpfree(qp); } int -- cgit