Skip to content

Commit b9c459c

Browse files
authored
Merge pull request #3428 from hjelmn/v3.x_btl_ugni
btl/ugni: remove erroneous mca_btl_ugni_frag_return call
2 parents 0187ee9 + f4807a2 commit b9c459c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

opal/mca/btl/ugni/btl_ugni_send.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ int mca_btl_ugni_sendi (struct mca_btl_base_module_t *btl,
151151

152152
rc = mca_btl_ugni_send_frag (endpoint, frag);
153153
if (OPAL_UNLIKELY(OPAL_SUCCESS != rc)) {
154-
mca_btl_ugni_frag_return (frag);
155154
break;
156155
}
157156

0 commit comments

Comments
 (0)