mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 06:01:23 -05:00
plug one-time leaks
This commit is contained in:
parent
757c34ee4b
commit
7949808924
1 changed files with 3 additions and 0 deletions
|
|
@ -268,6 +268,9 @@ int connections_destroy(void)
|
|||
ldap_pvt_thread_mutex_destroy( &connections_mutex[i] );
|
||||
}
|
||||
|
||||
free( connections );
|
||||
free( connections_mutex );
|
||||
|
||||
ldap_pvt_thread_mutex_destroy( &conn_nextid_mutex );
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue