pmix: fixed ugly bug which caused many strange hangs
Этот коммит содержится в:
родитель
c905fe9b78
Коммит
3d65799236
@ -948,9 +948,9 @@ static void process_message(pmix_server_peer_t *peer)
|
||||
ORTE_RML_TAG_DIRECT_MODEX_RESP,
|
||||
orte_rml_send_callback, NULL);
|
||||
}
|
||||
opal_list_remove_item(&pmix_server_pending_dmx_reqs, &req->super);
|
||||
OBJ_RELEASE(req);
|
||||
}
|
||||
opal_list_remove_item(&pmix_server_pending_dmx_reqs, &req->super);
|
||||
OBJ_RELEASE(req);
|
||||
}
|
||||
OBJ_DESTRUCT(&blocal);
|
||||
OBJ_DESTRUCT(&bremote);
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user