]> git.sur5r.net Git - openldap/commitdiff
Free bind callback
authorHoward Chu <hyc@openldap.org>
Tue, 1 Nov 2005 15:11:54 +0000 (15:11 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 1 Nov 2005 15:11:54 +0000 (15:11 +0000)
servers/slapd/connection.c

index 6545091434e864b07c019e824badd5c5da3e90cc..4d6ca69092e6f6948042660bcb6c358754e449dc 100644 (file)
@@ -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;
 }