mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-03 06:47:04 -04:00
module-avb: remove redundant init_descriptors() call
This commit is contained in:
parent
37efd5c5f9
commit
0345623e97
1 changed files with 0 additions and 2 deletions
|
|
@ -410,8 +410,6 @@ struct server *avdecc_server_new(struct impl *impl, struct spa_dict *props)
|
|||
if (server->gptp == NULL)
|
||||
goto error_free;
|
||||
|
||||
init_descriptors(server);
|
||||
|
||||
server->mrp = avb_mrp_new(server);
|
||||
if (server->mrp == NULL)
|
||||
goto error_free;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue