]> git.ozlabs.org Git - ccan/blobdiff - ccan/tal/test/run-groups-grow.c
tal: don't automatically register cleanup function.
[ccan] / ccan / tal / test / run-groups-grow.c
index e8e382db75ded48ebc5b073015db02dc47bbaaa8..ea379c0836adc152191fbc4ee63633ee85e5eff4 100644 (file)
@@ -42,5 +42,7 @@ int main(void)
 
        /* We can expect some residue from having any child, but limited! */
        ok1(num_allocated <= allocated_after_first);
+       tal_free(p);
+       tal_cleanup();
        return exit_status();
 }