1
1

Make sure that we release the components that do not qualify for selection. These components are never open'ed really so we never need to close them.

This will need to be applied to v1.4 and v1.5, CMRs to follow.

This commit was SVN r22288.
Этот коммит содержится в:
Josh Hursey 2009-12-09 15:45:53 +00:00
родитель 499834bc6e
Коммит e8de64d5a0

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

@ -201,6 +201,9 @@ int mca_base_components_open(const char *type_name, int output_id,
type_name,
dummy->version.mca_component_name);
opal_list_remove_item(&components_found, item);
/* Make sure to release the component since we are not
* opening it */
mca_base_component_repository_release(component);
}
}
}