Revert " changing the destruct function of list release API to release list items"
This reverts commit 720fa860eee7df4f06eb5604058da57453e88b46.
Этот коммит содержится в:
родитель
8bf1c95cdc
Коммит
e1778f5f9b
@ -452,11 +452,6 @@ void memheap_oob_destruct(void)
|
||||
PMPI_Request_free(&r->recv_req);
|
||||
}
|
||||
|
||||
/*clear these list object as they don't belong here */
|
||||
while (NULL != opal_list_remove_first(&memheap_oob.req_list)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
OBJ_DESTRUCT(&memheap_oob.req_list);
|
||||
OBJ_DESTRUCT(&memheap_oob.lck);
|
||||
OBJ_DESTRUCT(&memheap_oob.cond);
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user