summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/sanity_check/systemtest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/sanity_check/systemtest.cpp b/tools/sanity_check/systemtest.cpp
index 025eb0ef25..b7c04a2031 100644
--- a/tools/sanity_check/systemtest.cpp
+++ b/tools/sanity_check/systemtest.cpp
@@ -169,6 +169,7 @@ int system_user_in_group(const char *name) {
gid = get_group_by_name(name);
if (0==gid) {
fprintf(stderr, "No %s group found\n", name);
+ free(list);
return 0;
}