]> git.ozlabs.org Git - ccan/blobdiff - ccan/opt/test/run-usage.c
various: add LICENSE comments.
[ccan] / ccan / opt / test / run-usage.c
index 73e6a949e912a161ea916adfcb46b73c500e304c..2af2c7eebab773c770f21f7ae4a63bce81cfe97e 100644 (file)
@@ -106,5 +106,7 @@ int main(int argc, char *argv[])
        ok1(strstr(output, "AAAAll"));
        free(output);
 
        ok1(strstr(output, "AAAAll"));
        free(output);
 
+       free(shortname);
+       free(longname);
        return exit_status();
 }
        return exit_status();
 }