mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 05:30:07 -05:00
don't free connections[i]
This commit is contained in:
parent
8da2a1b269
commit
60a068ae89
1 changed files with 0 additions and 2 deletions
|
|
@ -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 a new issue