From: Pierangelo Masarati Date: Mon, 20 Mar 2006 11:14:43 +0000 (+0000) Subject: destroy ld_conn_mutex (ITS#4441) X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~121 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=df2b44c3b931d1bc30528c90669e908015ebb600;p=openldap destroy ld_conn_mutex (ITS#4441) --- diff --git a/libraries/libldap/unbind.c b/libraries/libldap/unbind.c index 24cf90ad24..37616ed706 100644 --- a/libraries/libldap/unbind.c +++ b/libraries/libldap/unbind.c @@ -194,6 +194,7 @@ ldap_ld_free( #ifdef LDAP_R_COMPILE ldap_pvt_thread_mutex_destroy( &ld->ld_req_mutex ); ldap_pvt_thread_mutex_destroy( &ld->ld_res_mutex ); + ldap_pvt_thread_mutex_destroy( &ld->ld_conn_mutex ); #endif #ifndef NDEBUG LDAP_TRASH(ld);