From 490e5db0e50b667df8f6a3fde6baaf41c3dcc007 Mon Sep 17 00:00:00 2001 From: sladro Date: Tue, 6 Jan 2026 15:40:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AEbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/preprocess/preprocess_node.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/preprocess/preprocess_node.cpp b/plugins/preprocess/preprocess_node.cpp index 2a84e86..20ff609 100644 --- a/plugins/preprocess/preprocess_node.cpp +++ b/plugins/preprocess/preprocess_node.cpp @@ -81,7 +81,7 @@ public: ~ScopedRgaGate() { GlobalRgaGate().Release(); } ScopedRgaGate(const ScopedRgaGate&) = delete; ScopedRgaGate& operator=(const ScopedRgaGate&) = delete; -} +}; void EnsureRgaInitializedOnce() { static std::once_flag once;