1
1

Adding missing object release call for the new object created during the unpack node stat call.

Этот коммит содержится в:
Leobardo Ruiz Rountree 2015-10-21 11:27:27 -05:00
родитель 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;