From 13fa86a9d0728fd87e57667be8efca55aa580ddb Mon Sep 17 00:00:00 2001 From: tongkai0808fh Date: Thu, 23 May 2024 02:48:59 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4src/create=5Fpcid.c=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tongkai0808fh --- src/create_pcid.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/create_pcid.c b/src/create_pcid.c index 2548ea4..5176caf 100644 --- a/src/create_pcid.c +++ b/src/create_pcid.c @@ -899,7 +899,6 @@ int32_t EncodePcidscToString(char *inputFile, char *outDirPath) } (void)memset_s(freePcidInfo.priSyscapFull, priSyscapCount * SINGLE_SYSCAP_LEN, 0, priSyscapCount * SINGLE_SYSCAP_LEN); - // freePcidInfo.priSyscapFull = NULL; ret = CheckPrivateSyCap(freePcidInfo, privateSyscapLen, privateSyscap, ret); if (ret == -1) {