We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 612a18d + 6231c83 commit 57edbdbCopy full SHA for 57edbdb
ompi/mca/pml/yalla/pml_yalla_request.h
@@ -118,7 +118,7 @@ void mca_pml_yalla_init_reqs(void);
118
119
#define PML_YALLA_FREE_BLOCKING_MXM_REQ(_req) \
120
{ \
121
- if ((_req)->completed_cb != NULL) { \
+ if ((_req)->data_type == MXM_REQ_DATA_STREAM) { \
122
mca_pml_yalla_convertor_free((mca_pml_yalla_convertor_t*)((_req)->context)); \
123
} \
124
}
0 commit comments