give cleanup another chance to free the temporary callback (ITS#4771)

This commit is contained in:
Pierangelo Masarati 2006-12-07 19:44:04 +00:00
parent 43b9ca76be
commit 9fdb9b6e02

View file

@ -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;
}