1
1
This commit was SVN r11863.
Этот коммит содержится в:
Tim Prins 2006-09-28 13:28:48 +00:00
родитель 26660d657a
Коммит 1b35e7adff

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

@ -343,8 +343,6 @@ static int orte_ras_loadleveler_get_hostlist(int* num_hosts, char*** hostlist)
return ORTE_ERROR;
}
opal_argv_append(num_hosts, hostlist, task_machine_name);
ll_free_objs(queryObject);
ll_deallocate(queryObject);
} else { /* parallel job */
@ -432,6 +430,8 @@ static int orte_ras_loadleveler_get_hostlist(int* num_hosts, char*** hostlist)
}
}
}
ll_free_objs(queryObject);
ll_deallocate(queryObject);
return ORTE_SUCCESS;
}