1
1

Properly remove the object from the list prior to releasing it when an error is encountered

This commit was SVN r28370.
Этот коммит содержится в:
Ralph Castain 2013-04-23 22:44:52 +00:00
родитель 659f364555
Коммит b6377a2138

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

@ -517,6 +517,7 @@ static int raw_preposition_files(orte_job_t *jdata,
opal_output(0, "%s CANNOT ACCESS FILE %s",
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), fs->local_target);
OBJ_RELEASE(item);
opal_list_remove_item(&outbound_files, &outbound->super);
OBJ_RELEASE(outbound);
return ORTE_ERROR;
}