Add a missing free(). Refs trac:3292.
This commit was SVN r27298. The following Trac tickets were found above: Ticket 3292 --> https://svn.open-mpi.org/trac/ompi/ticket/3292
Этот коммит содержится в:
родитель
ffb8c2a2ba
Коммит
a8f8064d8b
@ -1698,6 +1698,7 @@ static int create_app(int argc, char* argv[],
|
||||
free(param);
|
||||
param = strdup(orterun_globals.prefix);
|
||||
}
|
||||
free(value);
|
||||
} else if (NULL != orterun_globals.prefix) {
|
||||
param = orterun_globals.prefix;
|
||||
} else if (opal_cmd_line_is_taken(&cmd_line, "prefix")){
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user