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/pml/yalla/pml_yalla_request.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ void mca_pml_yalla_init_reqs(void);

#define PML_YALLA_FREE_BLOCKING_MXM_REQ(_req) \
{ \
if ((_req)->completed_cb != NULL) { \
if ((_req)->data_type == MXM_REQ_DATA_STREAM) { \
mca_pml_yalla_convertor_free((mca_pml_yalla_convertor_t*)((_req)->context)); \
} \
}
Expand Down