Remove bad free (doxy docs say that freeing the result of
ompi_cmd_line_get_param() is a Bad Thing) that causes seg faults. This commit was SVN r5873.
Этот коммит содержится в:
родитель
5789cbe9b9
Коммит
84e70e279c
@ -884,7 +884,6 @@ static int create_app(int argc, char* argv[], orte_app_context_t **app_ptr,
|
||||
ompi_output(0, "Warning: could not find environment variable \"%s\"\n", param);
|
||||
}
|
||||
}
|
||||
free(param);
|
||||
}
|
||||
}
|
||||
app->num_env = ompi_argv_count(app->env);
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user