mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
give cleanup another chance to free the temporary callback (ITS#4771)
This commit is contained in:
parent
43b9ca76be
commit
9fdb9b6e02
1 changed files with 3 additions and 0 deletions
|
|
@ -1751,6 +1751,9 @@ static int connection_bind_cleanup_cb( Operation *op, SlapReply *rs )
|
|||
{
|
||||
op->o_conn->c_sasl_bindop = NULL;
|
||||
|
||||
ch_free( op->o_callback );
|
||||
op->o_callback = NULL;
|
||||
|
||||
return SLAP_CB_CONTINUE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue