mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
destroy ld_conn_mutex (ITS#4441)
This commit is contained in:
parent
9019ea74ee
commit
df2b44c3b9
@ -194,6 +194,7 @@ ldap_ld_free(
|
|||||||
#ifdef LDAP_R_COMPILE
|
#ifdef LDAP_R_COMPILE
|
||||||
ldap_pvt_thread_mutex_destroy( &ld->ld_req_mutex );
|
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_res_mutex );
|
||||||
|
ldap_pvt_thread_mutex_destroy( &ld->ld_conn_mutex );
|
||||||
#endif
|
#endif
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
LDAP_TRASH(ld);
|
LDAP_TRASH(ld);
|
||||||
|
Loading…
Reference in New Issue
Block a user