mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
proxy: call core_proxy_delete in pw_proxy_destroy
Destroying a local proxy will also attempt to destroy the remote resource unless the server already did that and told us to remove the proxy. Fix some cleanups.
This commit is contained in:
parent
7b2f96ae75
commit
7b3e7e2813
5 changed files with 25 additions and 19 deletions
|
|
@ -584,6 +584,7 @@ struct pw_proxy {
|
|||
struct spa_list link; /**< link in the remote */
|
||||
|
||||
uint32_t id; /**< client side id */
|
||||
int removed:1; /**< proxy was removed from server */
|
||||
|
||||
struct spa_hook_list listener_list;
|
||||
struct spa_hook_list proxy_listener_list;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue