X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftal%2Ftest%2Frun-notifier.c;h=b57c902e80ba9c3b7ec6a9ea285b4c0be0b40419;hb=291237b4fed863be74051274ac5ad9920cb33cc3;hp=f085b8255852bcf29f3ba56e0f32646853aac29a;hpb=d73a2bcb320a016aa74262991cfd7685dc132056;p=ccan diff --git a/ccan/tal/test/run-notifier.c b/ccan/tal/test/run-notifier.c index f085b825..b57c902e 100644 --- a/ccan/tal/test/run-notifier.c +++ b/ccan/tal/test/run-notifier.c @@ -126,5 +126,6 @@ int main(void) tal_del_notifier(new_ctx, resize_notifier); tal_free(new_ctx); + tal_cleanup(); return exit_status(); }