Adding missing object release call for the new object created during the unpack node stat call.
Этот коммит содержится в:
родитель
abbb74d5ef
Коммит
a99bd035ec
@ -936,6 +936,7 @@ int opal_dss_unpack_node_stat(opal_buffer_t *buffer, void *dest,
|
|||||||
OPAL_ERROR_LOG(ret);
|
OPAL_ERROR_LOG(ret);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
OBJ_RELEASE(ptr[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
return OPAL_SUCCESS;
|
return OPAL_SUCCESS;
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user