a couple of stupid late night mistakes...
This commit was SVN r10250.
Этот коммит содержится в:
родитель
0bb8a6fca8
Коммит
5a2ceda93f
@ -217,7 +217,6 @@ void * mca_mpool_base_alloc(size_t size, ompi_info_t * info)
|
||||
}
|
||||
return NULL;
|
||||
} else {
|
||||
mpool_tree_item->key = mem;
|
||||
mpool_tree_item->mpools[j] = mpool;
|
||||
mpool_tree_item->regs[j++] = registration;
|
||||
num_modules++;
|
||||
|
@ -81,7 +81,7 @@ int mca_mpool_base_tree_delete(mca_mpool_base_tree_item_t* item) {
|
||||
rc = ompi_rb_tree_delete(&mca_mpool_base_tree, item->key);
|
||||
if(OMPI_SUCCESS == rc) {
|
||||
OMPI_FREE_LIST_RETURN(&mca_mpool_base_tree_item_free_list,
|
||||
item->key);
|
||||
item);
|
||||
}
|
||||
return rc;
|
||||
}
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user