Skip to content

Commit

Permalink
TL/UCP: added return after checking status
Browse files Browse the repository at this point in the history
  • Loading branch information
ikryukov committed Sep 5, 2023
1 parent 3cc8d5e commit 7b9acf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/tl/ucp/allgather/allgather_neighbor.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ ucc_status_t ucc_tl_ucp_allgather_neighbor_init(ucc_base_coll_args_t *coll_args,
out:
if (status != UCC_OK) {
ucc_tl_ucp_put_task(task);
return status;
}

*task_h = &task->super;
Expand Down

0 comments on commit 7b9acf2

Please sign in to comment.