Fix prev commit

This commit is contained in:
Howard Chu 2003-10-24 06:01:55 +00:00
parent 01f7a7466b
commit df74409d97

View file

@ -142,7 +142,9 @@ int connections_destroy(void)
ldap_pvt_thread_mutex_destroy( &connections[i].c_write_mutex );
ldap_pvt_thread_cond_destroy( &connections[i].c_write_cv );
#ifdef LDAP_SLAPI
slapi_x_free_object_extensions( SLAPI_X_EXT_CONNECTION, &connections[i] );
if ( slapi_plugins_used ) {
slapi_x_free_object_extensions( SLAPI_X_EXT_CONNECTION, &connections[i] );
}
#endif
}
}