X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftal%2Ftest%2Frun-overflow.c;h=473ba70a11b775160c88a3af8ee43291572955a9;hp=c5daf97d2794b99966dd59e959cdab7d649be87f;hb=8cf5b6208cad807228a69d695e6521122d4b71da;hpb=d21d629add995fe2eefd4290d62499671715b1a9 diff --git a/ccan/tal/test/run-overflow.c b/ccan/tal/test/run-overflow.c index c5daf97d..473ba70a 100644 --- a/ccan/tal/test/run-overflow.c +++ b/ccan/tal/test/run-overflow.c @@ -94,5 +94,6 @@ int main(void) ok1(error_count == 3); tal_free(origpi); + tal_cleanup(); return exit_status(); }