mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
valgrind keeps complaining (it makes sense) but the bus error problem disappeared
This commit is contained in:
parent
af23be3675
commit
4dcccd3ca2
1 changed files with 2 additions and 0 deletions
|
|
@ -2055,6 +2055,8 @@ static int connection_bind_cb( Operation *op, SlapReply *rs )
|
|||
ldap_pvt_thread_mutex_unlock( &op->o_conn->c_mutex );
|
||||
|
||||
ch_free( cb );
|
||||
op->o_callback = NULL;
|
||||
|
||||
return SLAP_CB_CONTINUE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue