mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-10 04:27:48 -05:00
module-avb: internal: the add descriptor return the descriptor
This commit is contained in:
parent
831357ee88
commit
21bb281c75
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ static inline void *server_add_descriptor(struct server *server,
|
|||
if (ptr)
|
||||
memcpy(d->ptr, ptr, size);
|
||||
spa_list_append(&server->descriptors, &d->link);
|
||||
return d->ptr;
|
||||
return d;
|
||||
}
|
||||
|
||||
struct server *avdecc_server_new(struct impl *impl, struct spa_dict *props);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue