1
1

Don't forget to decrease the number of empty slots.

This commit was SVN r19243.
Этот коммит содержится в:
George Bosilca 2008-08-11 23:39:09 +00:00
родитель 4e4babbddd
Коммит ac0160dcd1

Просмотреть файл

@ -183,6 +183,9 @@ int opal_pointer_array_set_item(opal_pointer_array_t *table, int index,
table->number_free++;
}
} else {
if (NULL == table->addr[index]) {
table->number_free--;
}
/* Reset lowest_free if required */
if ( index == table->lowest_free ) {
int i;