1
1

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.
Этот коммит содержится в:
Jeff Squyres 2005-05-26 02:44:09 +00:00
родитель 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);