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
..
2021-07-13 04:33:12 +03:00
2021-12-05 10:55:07 +01:00
2021-11-25 12:01:17 +01:00
2019-06-15 14:57:52 +02:00