core: terminate auth after recieving finished (#586)

This commit is contained in:
Maximilian Seidler 2024-12-18 14:52:35 +00:00 committed by GitHub
parent 61be0cb652
commit fe35a8068c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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