From 5645fe520e527ee0403420b89a0827f1d3534491 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BB=96=E6=B0=B8=E7=85=8C?= Date: Fri, 14 Nov 2025 03:40:51 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DUAF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 廖永煌 --- frameworks/libs/distributeddb/common/src/log_print.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/frameworks/libs/distributeddb/common/src/log_print.cpp b/frameworks/libs/distributeddb/common/src/log_print.cpp index 30a0a47ba4c..d8919b55bba 100644 --- a/frameworks/libs/distributeddb/common/src/log_print.cpp +++ b/frameworks/libs/distributeddb/common/src/log_print.cpp @@ -91,6 +91,7 @@ void Logger::DeleteInstance() { std::unique_lock writeLock(logMutex); logHandler.reset(); + logHandler = nullptr; } void Logger::Log(Level level, const std::string &tag, const char *func, int line, const char *format, ...) -- Gitee