From: Howard Chu Date: Tue, 1 Nov 2005 15:12:13 +0000 (+0000) Subject: Free bind callback X-Git-Tag: OPENLDAP_REL_ENG_2_2_30~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f713c3891706a174751026ef1ccfb3801c61ddb;p=thirdparty%2Fopenldap.git Free bind callback --- diff --git a/servers/slapd/connection.c b/servers/slapd/connection.c index b6218acb6f..6514132700 100644 --- a/servers/slapd/connection.c +++ b/servers/slapd/connection.c @@ -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; }