mirror of
https://github.com/Alexays/Waybar.git
synced 2026-08-18 02:55:00 +00:00
With reveal-delay set, handleMouseEnter arms a Glib::signal_timeout that captures 'this'. sigc::connection's destructor does not remove the GLib source, so a Group destroyed with a pending reveal timer would fire the timeout on freed memory. Add a destructor that disconnects reveal_timeout_.