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); }