From b8a8305262f4c3fc086b792a84fa8851dcac92a1 Mon Sep 17 00:00:00 2001 From: "@ran-zhao-yu" Date: Fri, 25 Oct 2024 14:04:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: @ran-zhao-yu --- src/config_parser.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/config_parser.cpp b/src/config_parser.cpp index 1d2f8aa..ad314a4 100644 --- a/src/config_parser.cpp +++ b/src/config_parser.cpp @@ -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; }