mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +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
|
||||
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);
|
||||
|
Loading…
Reference in New Issue
Block a user