]> git.ozlabs.org Git - ccan/blobdiff - ccan/tal/test/run-test-backend.c
base64: fix for unsigned chars (e.g. ARM).
[ccan] / ccan / tal / test / run-test-backend.c
index 66144cb3a7356efdf99fba0524acc2cb0d8831ab..ebcd811192cfc9e2c39f09e9aff914ce25767ed0 100644 (file)
@@ -31,7 +31,7 @@ static void *my_realloc(void *old, size_t new_size)
 
 #define NUM_ALLOCS 1000
 
 
 #define NUM_ALLOCS 1000
 
-static void destroy_p(void *p)
+static void destroy_p(void *p UNNEEDED)
 {
 }
 
 {
 }
 
@@ -75,5 +75,6 @@ int main(void)
        /* Finally, free the parent. */
        tal_free(p);
 
        /* Finally, free the parent. */
        tal_free(p);
 
+       tal_cleanup();
        return exit_status();
 }
        return exit_status();
 }