aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Compositor.cpp
diff options
context:
space:
mode:
authorVaxry <[email protected]>2023-12-06 14:46:18 +0000
committerVaxry <[email protected]>2023-12-06 14:46:29 +0000
commit03c6f4506ab06d2920c59b3c64f45cb4eec8c97a (patch)
tree72aff88f74f89729f17e902e01eb488cb1eb1f0c /src/Compositor.cpp
parent13b4c6de869b782ae18a0e8ac7c590e8000cc1c2 (diff)
downloadHyprland-03c6f4506ab06d2920c59b3c64f45cb4eec8c97a.tar.gz
Hyprland-03c6f4506ab06d2920c59b3c64f45cb4eec8c97a.zip
internal: various improvements to avoid crashes on exit
Diffstat (limited to 'src/Compositor.cpp')
-rw-r--r--src/Compositor.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Compositor.cpp b/src/Compositor.cpp
index 9419583e..98f51204 100644
--- a/src/Compositor.cpp
+++ b/src/Compositor.cpp
@@ -339,7 +339,8 @@ void CCompositor::cleanup() {
removeLockFile();
- m_bIsShuttingDown = true;
+ m_bIsShuttingDown = true;
+ Debug::shuttingDown = true;
#ifdef USES_SYSTEMD
if (sd_booted() > 0)