1
1

Move the argv_free back to the correct place - I blame Jeff for suggesting it was wrong to begin with

Этот коммит содержится в:
Ralph Castain 2015-11-05 07:57:54 -08:00
родитель acf3cb9b9b
Коммит 68996d6858

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

@ -81,9 +81,9 @@ int orte_util_add_dash_host_nodes(opal_list_t *nodes,
goto cleanup;
}
}
}
opal_argv_free(mini_map);
}
}
opal_argv_free(host_argv);
mini_map = NULL;