]> git.ozlabs.org Git - ccan/blobdiff - ccan/tal/test/run-expand.c
ccan: Correct some poor conventions in _info includes
[ccan] / ccan / tal / test / run-expand.c
index 2edb31f6951766d69893bad05983bcddae37636a..607947bea70fe477dfdae3fe9f35388a3f52045a 100644 (file)
@@ -28,5 +28,6 @@ int main(void)
 
        tal_free(a);
 
+       tal_cleanup();
        return exit_status();
 }