jack: remove nodes we created

This commit is contained in:
Wim Taymans 2017-10-19 17:52:24 +02:00
parent 177ffd766c
commit 127d69e4a0
2 changed files with 11 additions and 0 deletions

View file

@ -20,6 +20,7 @@
struct jack_server;
struct jack_client {
struct spa_list link;
void *data;
struct client *owner;
struct pw_jack_node *node;