!185 【master】安全规范告警清理

Merge pull request !185 from 冉召宇/master
This commit is contained in:
openharmony_ci
2024-10-25 07:09:18 +00:00
committed by Gitee
-1
View File
@@ -383,7 +383,6 @@ bool ConfigParser::ParseJsonArrayRef(cJSON *parent, const string &key, cJSON *no
}
}
cJSON_AddItemToObject(parent, (key + "Id").c_str(), array);
cJSON_Delete(array);
return true;
}