mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Free bind callback
This commit is contained in:
parent
32c5928595
commit
8f713c3891
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user