From 1f8ccdcbdf30ca895d07f727c35d5e86e349c784 Mon Sep 17 00:00:00 2001 From: tongkai0808fh Date: Fri, 24 May 2024 03:00:45 +0000 Subject: [PATCH] =?UTF-8?q?=20=E4=BF=AE=E6=94=B9interfaces/inner=5Fapi/sys?= =?UTF-8?q?cap=5Finterface.c=E6=96=87=E4=BB=B6516=E8=A1=8C=EF=BC=8C?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=8C=87=E9=92=88=E5=8F=98=E9=87=8F=E7=BD=AE?= =?UTF-8?q?=E7=A9=BA=E8=AF=AD=E5=8F=A5=20=E5=88=A0=E9=99=A4=E6=8C=87?= =?UTF-8?q?=E9=92=88=E5=8F=98=E9=87=8F=E7=BD=AE=E7=A9=BA=E8=AF=AD=E5=8F=A5?= =?UTF-8?q?=EF=BC=8C=E9=98=B2=E6=AD=A2=E5=86=85=E5=AD=98=E6=B3=84=E6=BC=8F?= 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 deletion(-) diff --git a/interfaces/inner_api/syscap_interface.c b/interfaces/inner_api/syscap_interface.c index 45a89b9..34cb6f0 100644 --- a/interfaces/inner_api/syscap_interface.c +++ b/interfaces/inner_api/syscap_interface.c @@ -513,7 +513,6 @@ char *DecodeRpcidToStringFormat(const char *inputFile) return FreeAfterDecodeRpcidToString(freeAfterDecodeRpcidInfo, FREE_MALLOC_OSSYSCAP_AFTER_DECODE_RPCID, outBuffer); } - priSyscapArray = NULL; PartSysCapAndOutBuffer(freeAfterDecodeRpcidInfo, outBuffer, priSyscapArray, sysCapArray); priSyscapArray = NULL; -- Gitee