Skip to content

Commit

Permalink
TL/MLX5: enhance error handling in mlx5 ctx
Browse files Browse the repository at this point in the history
  • Loading branch information
MamziB committed Feb 7, 2024
1 parent c13d26c commit fd2f65a
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 fd2f65a

Please sign in to comment.