Skip to content

Commit

Permalink
core: terminate auth after recieving finished (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaideiaDilemma authored Dec 18, 2024
1 parent 61be0cb commit fe35a80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/hyprlock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit fe35a80

Please sign in to comment.