node: fix compilation

This commit is contained in:
Wim Taymans 2019-07-25 13:26:55 +02:00
parent 8590ac158b
commit 2f3351ef9b

View file

@ -1233,6 +1233,7 @@ void pw_node_destroy(struct pw_node *node)
{
struct impl *impl = SPA_CONTAINER_OF(node, struct impl, this);
struct pw_port *port;
struct pw_node *slave;
node->active = false;