don't free connections[i]

This commit is contained in:
Kurt Zeilenga 1999-05-21 03:52:08 +00:00
parent 8da2a1b269
commit 60a068ae89

View File

@ -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 );