From c3154b1981e627d1146bc9db9fe97613b545c767 Mon Sep 17 00:00:00 2001 From: tongkai0808fh Date: Thu, 16 May 2024 07:07:58 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9interfaces/inner=5Fapi/syscap?= =?UTF-8?q?=5Finterface.c=E6=96=87=E4=BB=B6=EF=BC=8CpriSyscapArray?= =?UTF-8?q?=E5=8F=98=E9=87=8F=E4=BD=BF=E7=94=A8=E5=90=8E=E7=AB=8B=E5=8D=B3?= =?UTF-8?q?=E8=B5=8B=E4=BA=88=E6=96=B0=E5=80=BC=20=E5=86=85=E5=AD=98priSys?= =?UTF-8?q?capArray=E5=8F=98=E9=87=8F=E4=BD=BF=E7=94=A8=E5=90=8E=E7=AB=8B?= =?UTF-8?q?=E5=8D=B3=E8=B5=8B=E4=BA=88=E6=96=B0=E5=80=BC=EF=BC=8C=E9=98=B2?= =?UTF-8?q?=E6=AD=A2=E4=B8=BA=E5=90=8E=E7=BB=AD=E4=BB=A3=E7=A0=81=E5=B8=A6?= =?UTF-8?q?=E6=9D=A5=E9=A3=8E=E9=99=A9=EF=BC=8C=E6=B6=88=E9=99=A4SecA=5FCB?= =?UTF-8?q?G=5FOH=5FC=5FCjsonManagerChecker=E4=BB=A3=E7=A0=81=E5=AE=89?= =?UTF-8?q?=E5=85=A8=E5=91=8A=E8=AD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tongkai0808fh --- interfaces/inner_api/syscap_interface.c | 1 + 1 file changed, 1 insertion(+) diff --git a/interfaces/inner_api/syscap_interface.c b/interfaces/inner_api/syscap_interface.c index e7e32bb..b71b4fa 100644 --- a/interfaces/inner_api/syscap_interface.c +++ b/interfaces/inner_api/syscap_interface.c @@ -512,6 +512,7 @@ char *DecodeRpcidToStringFormat(const char *inputFile) } PartSysCapAndOutBuffer(freeAfterDecodeRpcidInfo, outBuffer, priSyscapArray, sysCapArray); + priSyscapArray = NULL; return FreeAfterDecodeRpcidToString(freeAfterDecodeRpcidInfo, FREE_MALLOC_PRISYSCAP_AFTER_DECODE_RPCID, outBuffer); }