mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
port: don't keep port_info around but make copy
This commit is contained in:
parent
e1ec1bad23
commit
63333adca3
4 changed files with 15 additions and 11 deletions
|
|
@ -1056,6 +1056,7 @@ client_node_port_update(void *data,
|
|||
if (port == NULL) {
|
||||
target = &this->dummy;
|
||||
spa_zero(this->dummy);
|
||||
target->id = port_id;
|
||||
}
|
||||
else
|
||||
target = port;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue