mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
sco-source: don't crash in do_stop if transport disappeared
This commit is contained in:
parent
b76bcdc70d
commit
307d62484c
1 changed files with 2 additions and 1 deletions
|
|
@ -537,7 +537,8 @@ static int do_remove_source(struct spa_loop *loop,
|
||||||
{
|
{
|
||||||
struct impl *this = user_data;
|
struct impl *this = user_data;
|
||||||
|
|
||||||
spa_bt_sco_io_set_source_cb(this->transport->sco_io, NULL, NULL);
|
if (this->transport)
|
||||||
|
spa_bt_sco_io_set_source_cb(this->transport->sco_io, NULL, NULL);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue