Free bind callback

This commit is contained in:
Howard Chu 2005-11-01 15:11:54 +00:00
parent 3fd5e683f2
commit 0a509c9c07

View File

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