mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
loopback: Fix crash when moving sink-input fails
This commit is contained in:
parent
9eabf7a0cf
commit
d0f1a3a770
1 changed files with 2 additions and 0 deletions
|
|
@ -601,6 +601,8 @@ static void sink_input_moving_cb(pa_sink_input *i, pa_sink *dest) {
|
|||
struct userdata *u;
|
||||
pa_proplist *p;
|
||||
const char *n;
|
||||
if (!dest)
|
||||
return;
|
||||
|
||||
pa_sink_input_assert_ref(i);
|
||||
pa_assert_ctl_context();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue