mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 03:59:34 -05:00
destroy ld_conn_mutex (ITS#4441)
This commit is contained in:
parent
9019ea74ee
commit
df2b44c3b9
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue