Remove the rest of the krft -- accidentally got left in when I "fixed"
the bug a little while ago :-) This commit was SVN r1832.
Этот коммит содержится в:
родитель
cd8f550dc7
Коммит
952171f2bc
@ -186,9 +186,8 @@ void mca_base_component_repository_finalize(void)
|
|||||||
technically an error). */
|
technically an error). */
|
||||||
|
|
||||||
do {
|
do {
|
||||||
changed = false;
|
|
||||||
for (item = ompi_list_get_first(&repository);
|
for (item = ompi_list_get_first(&repository);
|
||||||
ompi_list_get_end(&repository) != item && changed; ) {
|
ompi_list_get_end(&repository) != item; ) {
|
||||||
ri = (repository_item_t *) item;
|
ri = (repository_item_t *) item;
|
||||||
item = ompi_list_get_next(item);
|
item = ompi_list_get_next(item);
|
||||||
OBJ_RELEASE(ri);
|
OBJ_RELEASE(ri);
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user