moved deregistration into base destructor
This commit was SVN r6229.
Этот коммит содержится в:
родитель
719bbdee5e
Коммит
3862133144
@ -71,16 +71,9 @@ static void mca_mpool_vapi_registration_constructor( mca_mpool_vapi_registration
|
||||
static void mca_mpool_vapi_registration_destructor( mca_mpool_vapi_registration_t * registration )
|
||||
{
|
||||
mca_mpool_base_remove((void*) registration);
|
||||
registration->base_reg.mpool->mpool_deregister(
|
||||
registration->base_reg.mpool,
|
||||
registration->base_reg.base,
|
||||
0,
|
||||
(mca_mpool_base_registration_t*) registration);
|
||||
|
||||
registration->base_reg.base = NULL;
|
||||
registration->base_reg.bound = NULL;
|
||||
registration->is_leave_pinned=false;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user