Skip to content
Snippets Groups Projects
Commit c58d3739 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

ITS#6308

parent da8ec9a3
No related branches found
No related tags found
No related merge requests found
OpenLDAP 2.4 Change Log
OpenLDAP 2.4.19 Engineering
Fixed slapo-dynlist lock leak (ITS#6308)
Fixed slapo-pcache cache corruption (ITS#6242)
OpenLDAP 2.4.18 Release (2009/09/06)
......
......@@ -863,7 +863,7 @@ done:;
release:;
if ( e != NULL ) {
overlay_entry_release_ov( op, e, 0, on );
overlay_entry_release_ov( &o, e, 0, on );
}
return SLAP_CB_CONTINUE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment