X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftally%2Ftest%2Frun-renormalize.c;h=8fe9dbce329c1576a9762c2e14a0ca03123cc4ff;hb=0284423676209380a2e07086b9b356096a2f93e6;hp=7c141528d236b82335edf4923fd7117f252059f3;hpb=097857e6c09bf9696797fe08cd4241b8315f9c9a;p=ccan diff --git a/ccan/tally/test/run-renormalize.c b/ccan/tally/test/run-renormalize.c index 7c141528..8fe9dbce 100644 --- a/ccan/tally/test/run-renormalize.c +++ b/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(); }