Fix a double-free error
This commit was SVN r13126.
Этот коммит содержится в:
родитель
0a7e281032
Коммит
f08210b3e1
@ -156,10 +156,6 @@ void orte_rmgr_base_recv(int status, orte_process_name_t* sender,
|
|||||||
ORTE_ERROR_LOG(rc);
|
ORTE_ERROR_LOG(rc);
|
||||||
goto CLEANUP_SPAWN;
|
goto CLEANUP_SPAWN;
|
||||||
}
|
}
|
||||||
while (NULL != (item = opal_list_remove_first(&attrs))) {
|
|
||||||
OBJ_RELEASE(item);
|
|
||||||
}
|
|
||||||
OBJ_DESTRUCT(&attrs);
|
|
||||||
|
|
||||||
/* return the new jobid */
|
/* return the new jobid */
|
||||||
if(ORTE_SUCCESS != (rc = orte_dss.pack(&answer, &job, 1, ORTE_JOBID))) {
|
if(ORTE_SUCCESS != (rc = orte_dss.pack(&answer, &job, 1, ORTE_JOBID))) {
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user