Files
Waybar/include
Alex dc017d8fd3 fix(hyprland/workspaces): disconnect hover-check timeout on Workspace destruction
The hover-check Glib::signal_timeout re-arms every 50ms and is not owned by
the Workspace. Since Workspaces are destroyed at runtime, a workspace removed
while its check is armed would let the timeout fire on freed memory (use-after-
free, also touching the destroyed m_button). Add a destructor that calls
stopHoverCheck() to disconnect the source.
2026-07-03 21:32:55 +02:00
..
2026-02-04 09:24:14 +01:00
2023-10-15 17:52:12 -03:00
2026-02-04 09:24:14 +01:00
2026-02-04 09:24:14 +01:00