improve some debug

This commit is contained in:
Wim Taymans 2020-11-03 18:04:42 +01:00
parent aeed0e3ea4
commit 8ca71060eb
2 changed files with 6 additions and 4 deletions

View file

@ -123,6 +123,7 @@ do_deactivate_link(struct spa_loop *loop,
static void clear_link(struct node_data *data, struct link *link)
{
struct pw_context *context = data->context;
pw_log_debug("link %p", link);
pw_loop_invoke(context->data_loop,
do_deactivate_link, SPA_ID_INVALID, NULL, 0, true, link);
pw_memmap_free(link->map);