mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Free bind callback
This commit is contained in:
parent
3fd5e683f2
commit
0a509c9c07
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user