Skip to content

Commit 778101f

Browse files
committed
UCP/PROTO: Fixed coverity warning
1 parent d1c33ca commit 778101f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ucp/proto/proto_reconfig.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ static ucs_status_t ucp_proto_reconfig_select_progress(uct_pending_req_t *self)
2727
return UCS_ERR_NO_RESOURCE;
2828
}
2929

30+
/* coverity[address_free] */
3031
return req->send.uct.func(&req->send.uct);
3132
}
3233

0 commit comments

Comments
 (0)