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 c498706 commit 296d9baCopy full SHA for 296d9ba
oshmem/mca/spml/ucx/spml_ucx.c
@@ -709,7 +709,7 @@ sshmem_mkey_t *mca_spml_ucx_register(void* addr,
709
if (MEMHEAP_SEG_INVALID == segno) {
710
SPML_UCX_ERROR("mca_spml_ucx_register failed because of invalid "
711
"segment number: %d\n", segno);
712
- return NULL;
+ goto error_out;
713
}
714
mem_seg = memheap_find_seg(segno);
715
0 commit comments