1
1

orte/util: fix a misc memory leak

as reported by Coverity with CID 710652
Этот коммит содержится в:
Gilles Gouaillardet 2015-06-03 13:14:49 +09:00
родитель a43abceb88
Коммит 67638690ea

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

@ -157,6 +157,7 @@ int orte_util_add_dash_host_nodes(opal_list_t *nodes,
if (!found) {
node = OBJ_NEW(orte_node_t);
if (NULL == node) {
opal_argv_free(mapped_nodes);
return ORTE_ERR_OUT_OF_RESOURCE;
}
node->name = strdup(ndname);