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:
Lennart Poettering 2009-04-13 05:12:11 +02:00
parent 62db10c952
commit 17f1784cb7

View file

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