After upgrading to the latest release of Waybar the bar will crash
whenever I close the laptop lid. After some debugging I believe it is
because the watching added by watch_name is not being correctly canceled
using unwatch_name. After the Tray object and Host object are destroyed,
additional callbacks will become use-after-free.
Looks like commit
|
||
---|---|---|
.. | ||
host.cpp | ||
item.cpp | ||
tray.cpp | ||
watcher.cpp |