mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04: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
|
|
@ -326,7 +326,7 @@ pinos_global_destroy (PinosGlobal *global)
|
|||
PinosResource *registry;
|
||||
PinosMessageNotifyGlobalRemove ng;
|
||||
|
||||
pinos_log_debug ("global %p: destroy", global);
|
||||
pinos_log_debug ("global %p: destroy %u", global, global->id);
|
||||
pinos_signal_emit (&global->destroy_signal, global);
|
||||
|
||||
pinos_map_remove (&core->objects, global->id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue