mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
cork-music-on-phone: make sure that we don't check the refcnt of pa_core when the daemon goes down
This commit is contained in:
parent
62db10c952
commit
17f1784cb7
1 changed files with 0 additions and 1 deletions
|
|
@ -143,7 +143,6 @@ static pa_hook_result_t sink_input_put_cb(pa_core *core, pa_sink_input *i, struc
|
|||
}
|
||||
|
||||
static pa_hook_result_t sink_input_unlink_cb(pa_core *core, pa_sink_input *i, struct userdata *u) {
|
||||
pa_core_assert_ref(core);
|
||||
pa_sink_input_assert_ref(i);
|
||||
|
||||
return process(u, i, FALSE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue