Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
2b397001
Commit
2b397001
authored
Sep 09, 2017
by
Howard Chu
Browse files
ITS#8728 fix MDB_VL32 freeing overflow page
parent
0e91bde5
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/liblmdb/mdb.c
View file @
2b397001
...
...
@@ -7041,6 +7041,8 @@ release:
if (rc)
return rc;
}
if (MC_OVPG(mc) == mp)
MC_SET_OVPG(mc, NULL);
mc->mc_db->md_overflow_pages -= ovpages;
if (MDB_REMAPPING(env->me_flags))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment