mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#6308 lock leak: must release entry using same op that acquired it
This commit is contained in:
parent
8817fb4c45
commit
e0cad0e988
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user