update src/create_pcid.c.

Signed-off-by: Luming <luming29@huawei.com>
This commit is contained in:
Luming
2024-08-19 15:07:07 +00:00
committed by Gitee
parent 3bdb3c7fb9
commit 302eac6d7e
+1 -1
View File
@@ -760,7 +760,7 @@ int32_t DecodeStringPCIDToJson(char *input, char *outDirPath)
FAILED:
if (jsonBuffer != NULL) {
cJSON_free(jsonBuffer)
cJSON_free(jsonBuffer);
}
SafeFree(priSyscapStr);
cJSON_Delete(sysCapObj);