Commit ba370093 authored by Rusty Russell's avatar Rusty Russell

tdb2: fix leak in test/run-remap-in-read_traverse.c

parent efdf0f2d
......@@ -59,6 +59,7 @@ int main(int argc, char *argv[])
/* Now store something! */
ok1(tdb_store(tdb, d, d, TDB_INSERT) == 0);
ok1(tap_log_messages == 0);
tdb_close(tdb);
free_external_agent(agent);
return exit_status();
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment