Free bind callback

This commit is contained in:
Howard Chu 2005-11-01 15:12:13 +00:00
parent 32c5928595
commit 8f713c3891

View File

@ -1789,6 +1789,7 @@ static int connection_bind_cb( Operation *op, SlapReply *rs )
op->o_conn->c_conn_state = SLAP_C_ACTIVE;
ldap_pvt_thread_mutex_unlock( &op->o_conn->c_mutex );
ch_free( cb );
return SLAP_CB_CONTINUE;
}