Skip to content

Commit

Permalink
TL/SHARP: Fix sharp context cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bureddy committed Sep 19, 2023
1 parent 745474a commit 97efcf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tl/sharp/tl_sharp_context.c
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ ucc_status_t ucc_tl_sharp_context_create_epilog(ucc_base_context_t *context)
&sharp_ctx->oob_ctx, topo);
ucc_topo_cleanup(topo);
if (status != UCC_OK) {
goto err_sharp_ctx_init;
return status;
}

if (sharp_ctx->cfg.use_rcache) {
Expand Down

0 comments on commit 97efcf6

Please sign in to comment.