Files
Waybar/src/modules/river
Alex 6dc168c4f2 river/tags: fix memory leak of output_status_/seat_status_
The constructor created output_status_ and seat_status_ without adding any
listener, then handle_show() recreated both (leaking the constructor-created
objects) before destroying status_manager_. Additionally seat_status_ was
never destroyed in ~Tags().

Create these objects lazily (with listeners) only in handle_show(), and
destroy seat_status_ in the destructor.
2026-07-03 22:10:46 +02:00
..
2026-02-24 00:49:08 +01:00
2026-02-24 00:49:08 +01:00
2026-02-24 00:49:08 +01:00