mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-13 13:30:05 -05:00
parent
2aabc4610b
commit
ffc5c49508
1 changed files with 2 additions and 0 deletions
|
|
@ -1432,6 +1432,8 @@ void pw_impl_link_destroy(struct pw_impl_link *link)
|
|||
pw_log_debug("%p: free", impl);
|
||||
pw_impl_link_emit_free(link);
|
||||
|
||||
pw_work_queue_cancel(impl->work, link, SPA_ID_INVALID);
|
||||
|
||||
spa_hook_list_clean(&link->listener_list);
|
||||
|
||||
pw_properties_free(link->properties);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue