From bdb5f153c3459893e2e95df215e7dd117e5f8820 Mon Sep 17 00:00:00 2001 From: Mamzi Bayatpour <77160721+MamziB@users.noreply.github.com> Date: Thu, 8 Feb 2024 06:45:18 -0800 Subject: [PATCH] TL/MLX5: enhance error handling in mlx5 ctx (#922) --- 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; }