commit 0fe9b8257f2ebd57f0f3228cf17c9da8cdb719ce parent c1be82fa586bbd0eccbb0228947e4758d72e751e Author: hhvn <dev@hhvn.uk> Date: Mon, 28 Nov 2022 07:39:48 +0000 Add missing dbfree to bdb test Diffstat:
M | tests/bdb.test | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/tests/bdb.test b/tests/bdb.test @@ -91,4 +91,6 @@ static unsigned char output[] = { A(F[1], 12.0); A(F[2], 0.0); A(F[3], 0.0); + + dbfree(dir); }