@@ -3258,6 +3258,7 @@ mdb_txn_end(MDB_txn *txn, unsigned mode)
if (mode & MDB_END_FREE) {
txn->mt_signature = 0;
if (txn != env->me_txn0)
free(txn);
}
The note is not visible to the blocked user.