1
1
This commit was SVN r6493.
Этот коммит содержится в:
Tim Woodall 2005-07-14 19:07:01 +00:00
родитель d454cb290c
Коммит e163943eac
2 изменённых файлов: 6 добавлений и 2 удалений

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

@ -123,7 +123,9 @@ do {
if(NULL != (recvreq)->req_chunk) { \
mca_mpool_base_reg_mpool_t* reg = (recvreq)->req_chunk->mpools; \
while(NULL != reg->mpool) { \
if(NULL != reg->mpool_registration) { \
OBJ_RELEASE(reg->mpool_registration); \
} \
reg++; \
} \
OBJ_RELEASE((recvreq)->req_chunk); \

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

@ -230,7 +230,9 @@ OBJ_CLASS_DECLARATION(mca_pml_ob1_send_request_t);
if(NULL != (sendreq)->req_chunk) { \
mca_mpool_base_reg_mpool_t* reg = (sendreq)->req_chunk->mpools; \
while(NULL != reg->mpool) { \
if(NULL != reg->mpool_registration) { \
OBJ_RELEASE(reg->mpool_registration); \
} \
reg++; \
} \
OBJ_RELEASE((sendreq)->req_chunk); \