mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-01-01 11:08:43 -05:00
handle cleanup of remote proxies
Destroying a resource informs the client to destroy the proxy. Destroying an object destroys all the bound resources on it.
This commit is contained in:
parent
e6f45a7686
commit
5e8a3afe17
8 changed files with 38 additions and 4 deletions
|
|
@ -121,7 +121,6 @@ core_dispatch_func (void *object,
|
|||
proxy = pinos_map_lookup (&this->objects, m->id);
|
||||
if (proxy) {
|
||||
pinos_log_debug ("context %p: object remove %u", this, m->id);
|
||||
pinos_map_remove (&this->objects, m->id);
|
||||
pinos_proxy_destroy (proxy);
|
||||
}
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue