From: Howard Chu Date: Tue, 1 Nov 2005 15:11:54 +0000 (+0000) Subject: Free bind callback X-Git-Tag: OPENLDAP_REL_ENG_2_2_MP~149 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0a509c9c0765d3ded6ce5b22cff252ff62b8c752;p=openldap Free bind callback --- diff --git a/servers/slapd/connection.c b/servers/slapd/connection.c index 6545091434..4d6ca69092 100644 --- a/servers/slapd/connection.c +++ b/servers/slapd/connection.c @@ -1984,6 +1984,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; }