From 5e981225fa6e9ebd8e2551ac02883aee82ec5025 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E6=B3=89=E5=9D=A4?= Date: Wed, 10 Sep 2025 08:31:22 +0000 Subject: [PATCH] update KAEZlib/src/v1/kaezip_ctx.c.//Remove the invalid operation of setting the pointer to null. --- KAEZlib/src/v1/kaezip_ctx.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/KAEZlib/src/v1/kaezip_ctx.c b/KAEZlib/src/v1/kaezip_ctx.c index 8f524d3..915782b 100644 --- a/KAEZlib/src/v1/kaezip_ctx.c +++ b/KAEZlib/src/v1/kaezip_ctx.c @@ -279,8 +279,6 @@ void kaezip_put_ctx(kaezip_ctx_t* kz_ctx) (void)kaezip_put_node_to_pool(kaezip_get_qp(kz_ctx->comp_type), temp); } - kz_ctx = NULL; - return; } -- Gitee