module-avb: remove redundant init_descriptors() call

This commit is contained in:
Nils Tonnaett 2026-04-22 19:56:47 -07:00 committed by hackerman-kl
parent 37efd5c5f9
commit 0345623e97

View file

@ -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;