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