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 452452#define MCA_PML_CM_HVY_SEND_REQUEST_RETURN (sendreq ) \
453453 { \
454454 /* Let the base handle the reference counts */ \
455- OMPI_DATATYPE_RETAIN (sendreq -> req_send .req_base .req_datatype ); \
455+ OMPI_DATATYPE_RELEASE (sendreq -> req_send .req_base .req_datatype ); \
456456 OBJ_RELEASE (sendreq -> req_send .req_base .req_comm ); \
457457 OMPI_REQUEST_FINI (& sendreq -> req_send .req_base .req_ompi ); \
458458 opal_convertor_cleanup ( & (sendreq -> req_send .req_base .req_convertor ) ); \
@@ -489,7 +489,7 @@ do { \
489489#define MCA_PML_CM_THIN_SEND_REQUEST_RETURN (sendreq ) \
490490 { \
491491 /* Let the base handle the reference counts */ \
492- OMPI_DATATYPE_RETAIN (sendreq -> req_send .req_base .req_datatype ); \
492+ OMPI_DATATYPE_RELEASE (sendreq -> req_send .req_base .req_datatype ); \
493493 OBJ_RELEASE (sendreq -> req_send .req_base .req_comm ); \
494494 OMPI_REQUEST_FINI (& sendreq -> req_send .req_base .req_ompi ); \
495495 opal_convertor_cleanup ( & (sendreq -> req_send .req_base .req_convertor ) ); \
You can’t perform that action at this time.
0 commit comments