!483 编译告警清理

Merge pull request !483 from 严学舟/master
This commit is contained in:
openharmony_ci
2024-08-15 03:54:26 +00:00
committed by Gitee
+2
View File
@@ -463,6 +463,8 @@ static int32_t FreeAfterDecodePCID(struct FreeDecodePcidJsonInfo freePcidJsonInf
break;
case FREE_DECODE_PCID_CONTEXT_OUT:
cJSON_Delete(freePcidJsonInfo.sysCapObj);
FreeContextBuffer(freePcidJsonInfo.contextBuffer);
break;
default:
FreeContextBuffer(freePcidJsonInfo.contextBuffer);
}