From fcdd89986bfab5c2f041e4677cb560ee87fa5b03 Mon Sep 17 00:00:00 2001 From: zhang_hao_zheng Date: Fri, 30 Jan 2026 14:19:07 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0=E6=96=87=E4=BB=B6?= =?UTF-8?q?=20extension=5Fconfig=5Fmgr.cpp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhang_hao_zheng --- frameworks/native/ability/native/extension_config_mgr.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/frameworks/native/ability/native/extension_config_mgr.cpp b/frameworks/native/ability/native/extension_config_mgr.cpp index 23de962b72..a8cf92fb62 100644 --- a/frameworks/native/ability/native/extension_config_mgr.cpp +++ b/frameworks/native/ability/native/extension_config_mgr.cpp @@ -94,12 +94,10 @@ void ExtensionConfigMgr::UpdateRuntimeModuleChecker(const std::unique_ptr> localBlocklist; { std::lock_guard lock(extensionBlockListMutex_); localBlocklist = extensionBlocklist_; - // Note: Don't clear here, let the cache remain for potential reuse } auto moduleChecker = std::make_shared(extensionType_, localBlocklist);