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.
1 parent 8b2ef75 commit 6231c83Copy full SHA for 6231c83
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