Skip to content

core: stop keeping a ref on Core in the Listener

Guillaume Desmottes requested to merge gdesmott/pipewire-rs:listener into master

Make it easier to store the listener as it now longer has a lifetime. I checked with Wim and we shouldn't enforce the object to stays alive while it has a listener.

Merge request reports