summaryrefslogtreecommitdiff
path: root/lib/ccan/tally/test/run-mode.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ccan/tally/test/run-mode.c')
-rw-r--r--lib/ccan/tally/test/run-mode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ccan/tally/test/run-mode.c b/lib/ccan/tally/test/run-mode.c
index 7216738bfb..cd2f230443 100644
--- a/lib/ccan/tally/test/run-mode.c
+++ b/lib/ccan/tally/test/run-mode.c
@@ -41,5 +41,6 @@ int main(void)
ok1(mode - (ssize_t)err <= 0 && mode + (ssize_t)err >= 0);
}
+ free(tally);
return exit_status();
}