mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-17 14:00:30 +08:00
don't free connections[i]
This commit is contained in:
parent
8da2a1b269
commit
60a068ae89
@ -104,8 +104,6 @@ int connections_destroy(void)
|
||||
ldap_pvt_thread_mutex_destroy( &connections[i].c_write_mutex );
|
||||
ldap_pvt_thread_cond_destroy( &connections[i].c_write_cv );
|
||||
}
|
||||
|
||||
free( &connections[i] );
|
||||
}
|
||||
|
||||
free( connections );
|
||||
|
Loading…
Reference in New Issue
Block a user