destroy ld_conn_mutex (ITS#4441)

This commit is contained in:
Pierangelo Masarati 2006-03-20 11:14:43 +00:00
parent 9019ea74ee
commit df2b44c3b9

View File

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