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 455455#define MCA_PML_CM_HVY_SEND_REQUEST_RETURN (sendreq ) \
456456 { \
457457 /* 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 ); \
459459 OBJ_RELEASE (sendreq -> req_send .req_base .req_comm ); \
460460 OMPI_REQUEST_FINI (& sendreq -> req_send .req_base .req_ompi ); \
461461 opal_convertor_cleanup ( & (sendreq -> req_send .req_base .req_convertor ) ); \
@@ -492,7 +492,7 @@ do { \
492492#define MCA_PML_CM_THIN_SEND_REQUEST_RETURN (sendreq ) \
493493 { \
494494 /* 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 ); \
496496 OBJ_RELEASE (sendreq -> req_send .req_base .req_comm ); \
497497 OMPI_REQUEST_FINI (& sendreq -> req_send .req_base .req_ompi ); \
498498 opal_convertor_cleanup ( & (sendreq -> req_send .req_base .req_convertor ) ); \
You can’t perform that action at this time.
0 commit comments