1
1

It seems that we do no really want to set this particular variable to NULL. (causes badness in ess)

This commit was SVN r21673.
Этот коммит содержится в:
Josh Hursey 2009-07-14 19:01:43 +00:00
родитель b03923cd72
Коммит dcedc99a6a

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

@ -637,7 +637,6 @@ static void orte_job_destruct(orte_job_t* job)
break;
}
}
orte_job_data = NULL;
}
}