We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7f357f commit 2525052Copy full SHA for 2525052
start/src/core/Instance.cpp
@@ -74,6 +74,8 @@ void CHyprlandInstance::runHyprlandThread(bool safeMode) {
74
void CHyprlandInstance::forceQuit() {
75
m_hyprlandExiting = true;
76
kill(m_hlPid, SIGTERM); // gracefully, can get stuck but it's unlikely
77
+
78
+ m_hlThread.join(); // needs this otherwise can crash
79
}
80
81
void CHyprlandInstance::clearFd(const Hyprutils::OS::CFileDescriptor& fd) {
0 commit comments