1
1

Revert " changing the destruct function of list release API to release list items"

This reverts commit 720fa860eee7df4f06eb5604058da57453e88b46.
Этот коммит содержится в:
Ralph Castain 2015-10-27 15:24:45 -07:00
родитель 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);