mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
improve some debug
This commit is contained in:
parent
aeed0e3ea4
commit
8ca71060eb
2 changed files with 6 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue