From fe35a8068ce9a513697a69e6d632133f283ead9c Mon Sep 17 00:00:00 2001 From: Maximilian Seidler <78690852+PaideiaDilemma@users.noreply.github.com> Date: Wed, 18 Dec 2024 14:52:35 +0000 Subject: [PATCH] core: terminate auth after recieving `finished` (#586) --- src/core/hyprlock.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/hyprlock.cpp b/src/core/hyprlock.cpp index 87161e7..a61886d 100644 --- a/src/core/hyprlock.cpp +++ b/src/core/hyprlock.cpp @@ -418,6 +418,7 @@ void CHyprlock::run() { m_sLoopState.timerCV.notify_all(); g_pRenderer->asyncResourceGatherer->notify(); g_pRenderer->asyncResourceGatherer->await(); + g_pAuth->terminate(); exit(1); }