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 8c92a17 commit 3ad5943Copy full SHA for 3ad5943
ompi/mca/mtl/ofi/mtl_ofi.h
@@ -860,11 +860,13 @@ ompi_mtl_ofi_improbe(struct mca_mtl_base_module_t *mtl,
860
* The search request completed but no matching message was found.
861
*/
862
*matched = 0;
863
+ free(ofi_req);
864
return OMPI_SUCCESS;
865
} else if (OPAL_UNLIKELY(0 > ret)) {
866
opal_output_verbose(1, ompi_mtl_base_framework.framework_output,
867
"%s:%d: fi_trecvmsg failed: %s(%zd)",
868
__FILE__, __LINE__, fi_strerror(-ret), ret);
869
870
return ompi_mtl_ofi_get_error(ret);
871
}
872
@@ -890,6 +892,7 @@ ompi_mtl_ofi_improbe(struct mca_mtl_base_module_t *mtl,
890
892
891
893
} else {
894
(*message) = MPI_MESSAGE_NULL;
895
896
897
898
0 commit comments