From 316da736801bcc228125a382d40413b723c73f8d Mon Sep 17 00:00:00 2001 From: xuezhou_yan Date: Wed, 14 Aug 2024 16:56:22 +0800 Subject: [PATCH] =?UTF-8?q?issue:#IAK0Y7=20=E7=BC=96=E8=AF=91=E5=91=8A?= =?UTF-8?q?=E8=AD=A6=E6=B8=85=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xuezhou_yan --- src/create_pcid.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/create_pcid.c b/src/create_pcid.c index 3c0db87..c2c429b 100644 --- a/src/create_pcid.c +++ b/src/create_pcid.c @@ -463,6 +463,8 @@ static int32_t FreeAfterDecodePCID(struct FreeDecodePcidJsonInfo freePcidJsonInf break; case FREE_DECODE_PCID_CONTEXT_OUT: cJSON_Delete(freePcidJsonInfo.sysCapObj); + FreeContextBuffer(freePcidJsonInfo.contextBuffer); + break; default: FreeContextBuffer(freePcidJsonInfo.contextBuffer); } -- Gitee