1
1

*map was still NULL in the else statement, inducing a segmentation fault when a field of the structure was accessed to.

This commit was SVN r18642.
Этот коммит содержится в:
Camille Coti 2008-06-10 19:00:57 +00:00
родитель 1a422995ae
Коммит 67cd1849f7

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

@ -78,7 +78,8 @@ int orte_rmaps_base_map_job(orte_job_t *jdata)
/* assign the map object to this job */
jdata->map = map;
} else {
if (!map->display_map) {
map = jdata->map;
if (!map->display_map) {
map->display_map = orte_rmaps_base.display_map;
}
}