From b3fba18b3cb4938a37522c815d55a75eaa49bff2 Mon Sep 17 00:00:00 2001 From: Colin Vidal Date: Fri, 20 Dec 2024 12:06:15 +0100 Subject: [PATCH] fixup! Introduction of cfgmgr --- lib/isc/cfgmgr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/isc/cfgmgr.c b/lib/isc/cfgmgr.c index af55f5e59f..f91c0982dd 100644 --- a/lib/isc/cfgmgr.c +++ b/lib/isc/cfgmgr.c @@ -378,6 +378,7 @@ isc__cfgmgr_opentoplevel(const char *name, bool readonly) { cleanup: if (isc__cfgmgr_ctx.txn) { + mdb_cursor_close(isc__cfgmgr_ctx.cursor); mdb_txn_abort(isc__cfgmgr_ctx.txn); isc__cfgmgr_freectx(); }