valgrind keeps complaining (it makes sense) but the bus error problem disappeared

This commit is contained in:
Pierangelo Masarati 2005-11-14 23:14:31 +00:00
parent af23be3675
commit 4dcccd3ca2

View File

@ -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;
}