mirror of
https://github.com/hyprwm/hyprlock.git
synced 2024-12-22 05:19:48 +01:00
core: terminate auth after recieving finished
(#586)
This commit is contained in:
parent
61be0cb652
commit
fe35a8068c
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue