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