From df2b44c3b931d1bc30528c90669e908015ebb600 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Mon, 20 Mar 2006 11:14:43 +0000 Subject: [PATCH] destroy ld_conn_mutex (ITS#4441) --- libraries/libldap/unbind.c | 1 + 1 file changed, 1 insertion(+) 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); -- 2.39.5