1
1

Don't free the node2_name it is not yet set at this point.

This commit was SVN r17634.
Этот коммит содержится в:
George Bosilca 2008-02-28 05:17:20 +00:00
родитель d70e2e8c2b
Коммит f256dd6010

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

@ -210,7 +210,6 @@ static int opal_carto_file_parse(const char *cartofile)
opal_show_help("help-opal-carto-file.txt", "incorrect connection", true, cartofile, line_number, value);
opal_argv_free (argv);
free(node1_name);
free(node2_name);
goto error;
}
opal_argv_free (argv);
@ -270,7 +269,6 @@ static int opal_carto_file_parse(const char *cartofile)
opal_show_help("help-opal-carto-file.txt", "incorrect connection", true, cartofile, line_number, value);
opal_argv_free (argv);
free(node1_name);
free(node2_name);
goto error;
}
opal_argv_free (argv);