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