X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftally%2Ftest%2Frun-mode.c;h=cd2f23044367b894d9a30a8f0ed76c3f9c19a46a;hp=7216738bfbef95c9fb12682f33635a094611b750;hb=0284423676209380a2e07086b9b356096a2f93e6;hpb=7a36f69eea4ee572bdf191d6048350751cd2ab5b diff --git a/ccan/tally/test/run-mode.c b/ccan/tally/test/run-mode.c index 7216738b..cd2f2304 100644 --- a/ccan/tally/test/run-mode.c +++ b/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(); }