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