Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ompi/mca/part/persist/part_persist_sendreq.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ do { \
#define MCA_PART_PERSIST_PSEND_REQUEST_RETURN(sendreq) \
{ \
/* Let the base handle the reference counts */ \
OMPI_DATATYPE_RETAIN(sendreq->req_datatype); \
OMPI_DATATYPE_RELEASE(sendreq->req_datatype); \
OBJ_RELEASE(sendreq->req_comm); \
OMPI_REQUEST_FINI(&sendreq->req_ompi); \
opal_convertor_cleanup( &(sendreq->req_convertor) ); \
Expand Down
Loading