Merge pull request #2036 from edgargabriel/pr/datatype-refcount-fix
io/ompio: fix the reference count of basic datatypes used as etypes o…
Этот коммит содержится в:
Коммит
16fe18eb7c
@ -32,6 +32,7 @@ static int datatype_duplicate (ompi_datatype_t *oldtype, ompi_datatype_t **newt
|
||||
{
|
||||
ompi_datatype_t *type;
|
||||
if( ompi_datatype_is_predefined(oldtype) ) {
|
||||
OBJ_RETAIN(oldtype);
|
||||
*newtype = oldtype;
|
||||
return OMPI_SUCCESS;
|
||||
}
|
||||
|
@ -38,6 +38,7 @@ static int datatype_duplicate (ompi_datatype_t *oldtype, ompi_datatype_t **newt
|
||||
{
|
||||
ompi_datatype_t *type;
|
||||
if( ompi_datatype_is_predefined(oldtype) ) {
|
||||
OBJ_RETAIN(oldtype);
|
||||
*newtype = oldtype;
|
||||
return OMPI_SUCCESS;
|
||||
}
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user