mirror of
https://github.com/polybar/polybar.git
synced 2026-04-02 13:47:05 +00:00
In polybar-msg, the connection handle was captured as a reference to a shared_ptr, but the shared_ptr went out of scope right after. This probably always caused UB, but was only noticeable for two or more instances.