From 8fc19b09a653a122eff96ee4e9bdc76bbbe33734 Mon Sep 17 00:00:00 2001 From: zhaohang Date: Tue, 8 Jul 2025 11:03:57 +0800 Subject: [PATCH] =?UTF-8?q?#ICOSZ9=20=E5=9B=9E=E5=90=88pr=20=E5=88=B0?= =?UTF-8?q?=E5=88=86=E6=94=AFOpenHarmony-5.0.3-Release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xuezhou_yan --- interfaces/inner_api/syscap_interface.c | 1 - 1 file changed, 1 deletion(-) diff --git a/interfaces/inner_api/syscap_interface.c b/interfaces/inner_api/syscap_interface.c index 9cc2499..91961c6 100644 --- a/interfaces/inner_api/syscap_interface.c +++ b/interfaces/inner_api/syscap_interface.c @@ -355,7 +355,6 @@ static int32_t TransStringFormatAndSaveSyscap(struct FreeAfterDecodeRpcidInfo fr PRINT_ERR("malloc failed.\n"); return -1; } - free(freeAfterDecodeRpcidInfo.osSysCapIndex); return 0; } -- Gitee