mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
Use refcounting for async shutdown
fix some memory leaks
This commit is contained in:
parent
ee0aa6a2ac
commit
6d4db64767
21 changed files with 216 additions and 260 deletions
|
|
@ -251,7 +251,7 @@ client_new (PinosProtocolDBus *impl,
|
|||
PinosProtocolDBusClient *this;
|
||||
PinosClient *client;
|
||||
|
||||
client = pinos_client_new (impl->core, NULL);
|
||||
client = pinos_client_new (impl->core, NULL, NULL);
|
||||
|
||||
if ((this = (PinosProtocolDBusClient *) find_object (impl, client))) {
|
||||
pinos_client1_set_sender (this->parent.iface, sender);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue