access: always put access in property

Improve debug
This commit is contained in:
Wim Taymans 2020-07-17 16:47:14 +02:00
parent cd7763c814
commit 07cc07597c
3 changed files with 27 additions and 16 deletions

View file

@ -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);