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; }