client-node: handle NULL info in update

This commit is contained in:
Wim Taymans 2019-02-14 17:45:42 +01:00
parent e9bedae5fa
commit 755d7ca329

View file

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