mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 03:29:35 -05:00
Free bind callback
This commit is contained in:
parent
3fd5e683f2
commit
0a509c9c07
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue