summaryrefslogtreecommitdiff
path: root/lib/ccan/tally/test/run-renormalize.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ccan/tally/test/run-renormalize.c')
-rw-r--r--lib/ccan/tally/test/run-renormalize.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ccan/tally/test/run-renormalize.c b/lib/ccan/tally/test/run-renormalize.c
index 7c141528d2..8fe9dbce32 100644
--- a/lib/ccan/tally/test/run-renormalize.c
+++ b/lib/ccan/tally/test/run-renormalize.c
@@ -21,5 +21,6 @@ int main(void)
ok1(tally->counts[0] == 2);
ok1(tally->counts[1] == 0);
+ free(tally);
return exit_status();
}