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

index b6218acb6f24a7bd351bace59822b7ca6bb28c04..65141327004c1b06ca533dac8bfe52357949f42d 100644 (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;
 }