fixup! Introduction of cfgmgr

This commit is contained in:
Colin Vidal
2025-02-24 10:35:39 +01:00
parent 3dd72f1e80
commit 80ec37daa0
+1
View File
@@ -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();
}