File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 455
455
#define MCA_PML_CM_HVY_SEND_REQUEST_RETURN (sendreq ) \
456
456
{ \
457
457
/* Let the base handle the reference counts */ \
458
- OMPI_DATATYPE_RETAIN (sendreq -> req_send .req_base .req_datatype ); \
458
+ OMPI_DATATYPE_RELEASE (sendreq -> req_send .req_base .req_datatype ); \
459
459
OBJ_RELEASE (sendreq -> req_send .req_base .req_comm ); \
460
460
OMPI_REQUEST_FINI (& sendreq -> req_send .req_base .req_ompi ); \
461
461
opal_convertor_cleanup ( & (sendreq -> req_send .req_base .req_convertor ) ); \
@@ -492,7 +492,7 @@ do { \
492
492
#define MCA_PML_CM_THIN_SEND_REQUEST_RETURN (sendreq ) \
493
493
{ \
494
494
/* Let the base handle the reference counts */ \
495
- OMPI_DATATYPE_RETAIN (sendreq -> req_send .req_base .req_datatype ); \
495
+ OMPI_DATATYPE_RELEASE (sendreq -> req_send .req_base .req_datatype ); \
496
496
OBJ_RELEASE (sendreq -> req_send .req_base .req_comm ); \
497
497
OMPI_REQUEST_FINI (& sendreq -> req_send .req_base .req_ompi ); \
498
498
opal_convertor_cleanup ( & (sendreq -> req_send .req_base .req_convertor ) ); \
You can’t perform that action at this time.
0 commit comments