mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
plug one-time leaks
This commit is contained in:
parent
757c34ee4b
commit
7949808924
@ -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 New Issue
Block a user