1
1

Don't release the node_name field as it gets used in the slots parsing - will be released at newline detection

This commit was SVN r32058.
Этот коммит содержится в:
Ralph Castain 2014-06-20 13:18:46 +00:00
родитель 95b6a03884
Коммит 645df5e823

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

@ -471,8 +471,6 @@ static int orte_rmaps_rank_file_parse(const char *rankfile)
} else {
rfmap->node_name = strdup(node_name);
}
free(node_name);
node_name = NULL;
}
break;
case ORTE_RANKFILE_SLOT: