From fd2f65a41927626e66a89800cc04056df1c488bc Mon Sep 17 00:00:00 2001 From: Mamzi Bayatpour Date: Wed, 7 Feb 2024 07:48:03 -0800 Subject: [PATCH] TL/MLX5: enhance error handling in mlx5 ctx --- src/components/tl/mlx5/tl_mlx5_context.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/tl/mlx5/tl_mlx5_context.c b/src/components/tl/mlx5/tl_mlx5_context.c index 20f64a5714..77d02acc04 100644 --- a/src/components/tl/mlx5/tl_mlx5_context.c +++ b/src/components/tl/mlx5/tl_mlx5_context.c @@ -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; }