mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
client-node: handle NULL info in update
This commit is contained in:
parent
e9bedae5fa
commit
755d7ca329
1 changed files with 1 additions and 1 deletions
|
|
@ -1029,7 +1029,7 @@ client_node_port_update(void *data,
|
|||
n_params, params,
|
||||
info);
|
||||
|
||||
if (this->callbacks && this->callbacks->port_info)
|
||||
if (this->callbacks && this->callbacks->port_info && info)
|
||||
this->callbacks->port_info(this->callbacks_data, direction, port_id, info);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue