1
1

re-enable proper freeing of allocated structures now that I know these

are not causing an error.

This commit was SVN r7170.
Этот коммит содержится в:
Graham Fagg 2005-09-03 06:19:17 +00:00
родитель 35447d4c32
Коммит 059d7f26f8

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

@ -165,8 +165,6 @@ int ompi_coll_tuned_topo_destroy_tree( ompi_coll_tree_t** tree )
{
ompi_coll_tree_t *ptr;
return 0;
if ((!tree)||(!*tree)) {
return OMPI_SUCCESS;
}
@ -407,8 +405,6 @@ int ompi_coll_tuned_topo_destroy_chain( ompi_coll_chain_t** chain )
{
ompi_coll_chain_t *ptr;
return 0;
if ((!chain)||(!*chain)) {
return OMPI_SUCCESS;
}