1
1
This commit was SVN r13126.
Этот коммит содержится в:
Ralph Castain 2007-01-16 15:49:16 +00:00
родитель 0a7e281032
Коммит f08210b3e1

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

@ -156,10 +156,6 @@ void orte_rmgr_base_recv(int status, orte_process_name_t* sender,
ORTE_ERROR_LOG(rc);
goto CLEANUP_SPAWN;
}
while (NULL != (item = opal_list_remove_first(&attrs))) {
OBJ_RELEASE(item);
}
OBJ_DESTRUCT(&attrs);
/* return the new jobid */
if(ORTE_SUCCESS != (rc = orte_dss.pack(&answer, &job, 1, ORTE_JOBID))) {