module-avb: internal: destroy internal descriptors

This commit is contained in:
hackerman-kl 2025-11-28 09:01:14 +01:00 committed by Wim Taymans
parent a3ce0f3e28
commit b60623df4d
4 changed files with 13 additions and 16 deletions

View file

@ -311,7 +311,7 @@ void avdecc_server_free(struct server *server)
{
struct impl *impl = server->impl;
stream_destroy_all(server);
server_destroy_descriptors(server);
spa_list_remove(&server->link);
if (server->source)
pw_loop_destroy_source(impl->loop, server->source);