mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
ITS#8346 fix typo in prev commit
This commit is contained in:
parent
a5bf1648c6
commit
15880014ba
1 changed files with 1 additions and 1 deletions
|
|
@ -5256,7 +5256,7 @@ mdb_env_close0(MDB_env *env, int excl)
|
|||
free(env->me_path);
|
||||
free(env->me_dirty_list);
|
||||
#ifdef MDB_VL32
|
||||
if (env->me_txn0 && env->me_txn->mt_rpages)
|
||||
if (env->me_txn0 && env->me_txn0->mt_rpages)
|
||||
free(env->me_txn0->mt_rpages);
|
||||
{ unsigned int x;
|
||||
for (x=1; x<=env->me_rpages[0].mid; x++)
|
||||
|
|
|
|||
Loading…
Reference in a new issue