1
1

Apparently, someone else is destructing the opal_proc_t, so don't destruct it ourselves

This commit was SVN r32400.
Этот коммит содержится в:
Ralph Castain 2014-08-01 14:54:22 +00:00
родитель d29a5ab69d
Коммит 7758528d72

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

@ -374,7 +374,6 @@ int orte_proc_info_finalize(void)
OBJ_RELEASE(orte_process_info.sync_buf);
orte_process_info.sync_buf = NULL;
OBJ_DESTRUCT(&orte_process_info.super);
init = false;
return ORTE_SUCCESS;