Skip to content

Commit

Permalink
TL/MLX5: enhance error handling in mlx5 ctx (#922)
Browse files Browse the repository at this point in the history
  • Loading branch information
MamziB authored Feb 8, 2024
1 parent 82d3108 commit bdb5f15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/tl/mlx5/tl_mlx5_context.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ UCC_CLASS_INIT_FUNC(ucc_tl_mlx5_context_t,
return UCC_OK;

err_rcache:
ucc_rcache_destroy(self->rcache);
ucc_mpool_cleanup(&self->req_mp, 1);
return status;
}
Expand Down

0 comments on commit bdb5f15

Please sign in to comment.