Skip to content

Commit

Permalink
Add missing ucp_request_free
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Vegas authored and tvegas1 committed Oct 17, 2023
1 parent d6ff08f commit 264e50b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ucx_plugin.c
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,7 @@ static ncclResult_t ucx_send_check(ucx_comm_t *comm) {
status = ucp_request_check_status(ucp_req);
} while (status == UCS_INPROGRESS);
assert(status == UCS_OK);
ucp_request_free(ucp_req);
}

ep_params.field_mask = UCP_EP_PARAM_FIELD_REMOTE_ADDRESS;
Expand Down

0 comments on commit 264e50b

Please sign in to comment.