From 750ae2604592c868563f1d38bdcc4300538a7fcc Mon Sep 17 00:00:00 2001 From: fengyang Date: Mon, 23 Dec 2024 09:03:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=8A=E8=AD=A6=E6=B8=85=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fengyang --- services/common/src/bundle_active_config_reader.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/services/common/src/bundle_active_config_reader.cpp b/services/common/src/bundle_active_config_reader.cpp index a7df1d9..13f93cf 100644 --- a/services/common/src/bundle_active_config_reader.cpp +++ b/services/common/src/bundle_active_config_reader.cpp @@ -47,6 +47,7 @@ void BundleActiveConfigReader::LoadConfig() BUNDLE_ACTIVE_LOGI("appUsePeriodicallyConfig minUseTimes:%{public}d, maxUseTimes:%{public}d," "minUseDays:%{public}d", appUsePeriodicallyConfig_.minUseTimes, appUsePeriodicallyConfig_.maxUseTimes, appUsePeriodicallyConfig_.minUseDays); + FreeCfgFiles(cfgFiles); }; void BundleActiveConfigReader::LoadApplicationUsePeriodically(const char *filePath) -- Gitee