We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents afa9d65 + 546e60e commit e231408Copy full SHA for e231408
ompi/mca/part/persist/part_persist_sendreq.h
@@ -83,7 +83,7 @@ do { \
83
#define MCA_PART_PERSIST_PSEND_REQUEST_RETURN(sendreq) \
84
{ \
85
/* Let the base handle the reference counts */ \
86
- OMPI_DATATYPE_RETAIN(sendreq->req_datatype); \
+ OMPI_DATATYPE_RELEASE(sendreq->req_datatype); \
87
OBJ_RELEASE(sendreq->req_comm); \
88
OMPI_REQUEST_FINI(&sendreq->req_ompi); \
89
opal_convertor_cleanup( &(sendreq->req_convertor) ); \
0 commit comments