X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftdb2%2Ftest%2Frun-record-expand.c;h=63bbf18d4fc0cae98769dff1c9851aac7b099214;hp=809b8d7730b20beec5b3f0970f395adaef936c42;hb=efdf0f2d8f34b4c01c82c558b350ec36c7329b1e;hpb=6804501c350181dea8f531142b28c620b70edbd9 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(); }