mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 03:29:35 -05:00
ITS#8728 fix MDB_VL32 freeing overflow page
This commit is contained in:
parent
f34b61f947
commit
fbdd452799
1 changed files with 4 additions and 0 deletions
|
|
@ -6518,6 +6518,10 @@ release:
|
|||
if (rc)
|
||||
return rc;
|
||||
}
|
||||
#ifdef MDB_VL32
|
||||
if (mc->mc_ovpg == mp)
|
||||
mc->mc_ovpg = NULL;
|
||||
#endif
|
||||
mc->mc_db->md_overflow_pages -= ovpages;
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue