summaryrefslogtreecommitdiff
path: root/lib/ccan/tally/test/run-mean.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ccan/tally/test/run-mean.c')
-rw-r--r--lib/ccan/tally/test/run-mean.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ccan/tally/test/run-mean.c b/lib/ccan/tally/test/run-mean.c
index a4a67cf9c8..b43dea6b28 100644
--- a/lib/ccan/tally/test/run-mean.c
+++ b/lib/ccan/tally/test/run-mean.c
@@ -25,5 +25,6 @@ int main(void)
ok1(tally_mean(tally) == 0);
}
+ free(tally);
return exit_status();
}