Waybar/src
John Fredriksson f573e32d0b bar: Fix crash when unplugging HDMI
There is a double delete situation which causes a SIGSEGV to happen
during destruction of bar.

This was introduced by the group feature patch.

The same object pointer is stored in two different vectors of
unique_ptr<AModule> element. Replace with shared_ptr to handle
reference counting correctly and avoid double delete.
2021-12-05 10:55:07 +01:00
..
modules Merge pull request #1277 from dartkron/master 2021-12-01 11:51:35 +01:00
util fix(rfkill): handle EAGAIN correctly 2021-02-10 08:26:21 -08:00
ALabel.cpp Fix divide by zero (#1303) 2021-10-29 14:12:48 +03:30
AModule.cpp Fix "on-click-backward" when "on-click-forward" is not present 2020-09-26 15:55:06 -04:00
bar.cpp bar: Fix crash when unplugging HDMI 2021-12-05 10:55:07 +01:00
client.cpp feat(client): store bar_id argument 2021-11-19 20:28:41 -08:00
config.cpp fix(config): preserve explicit null when merging objects 2021-09-15 22:20:44 +07:00
factory.cpp Finish 2021-11-28 01:12:35 +03:00
group.cpp add group feature 2021-11-25 12:01:17 +01:00
main.cpp Implement support for reloading of config files. 2020-08-28 22:34:24 +10:00