mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
access: always put access in property
Improve debug
This commit is contained in:
parent
cd7763c814
commit
07cc07597c
3 changed files with 27 additions and 16 deletions
|
|
@ -928,6 +928,8 @@ static void destroy_server(struct pw_protocol_server *server)
|
|||
struct server *s = SPA_CONTAINER_OF(server, struct server, this);
|
||||
struct client_data *data, *tmp;
|
||||
|
||||
pw_log_debug(NAME" %p: server %p", s->this.protocol, s);
|
||||
|
||||
spa_list_remove(&server->link);
|
||||
spa_hook_remove(&s->hook);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue