mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 07:09:34 -05:00
parent
4608cd9552
commit
14a08f877f
1 changed files with 1 additions and 1 deletions
|
|
@ -1757,7 +1757,7 @@ mdb_txn_reset0(MDB_txn *txn)
|
|||
|
||||
if (txn->mt_parent) {
|
||||
txn->mt_parent->mt_child = NULL;
|
||||
free(txn->mt_free_pgs);
|
||||
mdb_midl_free(txn->mt_free_pgs);
|
||||
free(txn->mt_u.dirty_list);
|
||||
return;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue