From 27116c0cd391db222069f13fb2c66758f2305aec Mon Sep 17 00:00:00 2001 From: WarmUpTill <19472752+WarmUpTill@users.noreply.github.com> Date: Tue, 5 May 2026 19:11:04 +0200 Subject: [PATCH] Ensure plugin is stopped before running cleanup steps --- lib/advanced-scene-switcher.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/advanced-scene-switcher.cpp b/lib/advanced-scene-switcher.cpp index f800406d..5279d020 100644 --- a/lib/advanced-scene-switcher.cpp +++ b/lib/advanced-scene-switcher.cpp @@ -506,6 +506,8 @@ bool SwitcherData::AnySceneTransitionStarted() ******************************************************************************/ extern "C" EXPORT void FreeSceneSwitcher() { + switcher->Stop(); + PlatformCleanup(); RunPluginCleanupSteps();