X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=ccan%2Ftdb2%2Ftest%2Frun-record-expand.c;h=63bbf18d4fc0cae98769dff1c9851aac7b099214;hb=bb4d59ee1e914df9f8066e59a9c9a6604e581c40;hp=27d58ff36ab4d35cb955f5cec516728031052e68;hpb=5e8b9af5e7fe5f1ccac407873a3b782b8a629782;p=ccan diff --git a/ccan/tdb2/test/run-record-expand.c b/ccan/tdb2/test/run-record-expand.c index 27d58ff3..63bbf18d 100644 --- a/ccan/tdb2/test/run-record-expand.c +++ b/ccan/tdb2/test/run-record-expand.c @@ -1,4 +1,5 @@ #include +#include #include #include #include @@ -46,5 +47,7 @@ int main(int argc, char *argv[]) tdb_close(tdb); } ok1(tap_log_messages == 0); + free(data.dptr); + return exit_status(); }