aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ls_test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ls_test.h b/ls_test.h
index f9f4fe9..ab834b0 100644
--- a/ls_test.h
+++ b/ls_test.h
@@ -278,6 +278,7 @@ static int ls_test_main(int argc, char** argv) {
end:
fprintf(stderr, "%d succeeded, %d failed, %d total\n", lst_ok, lst_fail,
lst_ok + lst_fail);
+ free(lst_funcs);
if (lst_fail > 0) {
return 1;