X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftally%2Ftest%2Frun-mean.c;h=b43dea6b2861cd062fb52ff83d1840aaa2304497;hb=HEAD;hp=a4a67cf9c8e0885b1b6e49f130a289ef4cf2a3ba;hpb=7a36f69eea4ee572bdf191d6048350751cd2ab5b;p=ccan diff --git a/ccan/tally/test/run-mean.c b/ccan/tally/test/run-mean.c index a4a67cf9..b43dea6b 100644 --- a/ccan/tally/test/run-mean.c +++ b/ccan/tally/test/run-mean.c @@ -25,5 +25,6 @@ int main(void) ok1(tally_mean(tally) == 0); } + free(tally); return exit_status(); }