diff options
| author | Lennart Poettering <lennart@poettering.net> | 2009-04-13 05:12:11 +0200 | 
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2009-04-13 05:12:11 +0200 | 
| commit | 17f1784cb7057bb8ea3da94d14dcbfc5b37ae8b7 (patch) | |
| tree | 02274913b8ef44312ad673ffea14bbb2e65ba970 /src | |
| parent | 62db10c952232af76a7158ff20761c30f68a5c13 (diff) | |
cork-music-on-phone: make sure that we don't check the refcnt of pa_core when the daemon goes down
Diffstat (limited to 'src')
| -rw-r--r-- | src/modules/module-cork-music-on-phone.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/module-cork-music-on-phone.c b/src/modules/module-cork-music-on-phone.c index c0f5eea4..d3a2b00e 100644 --- a/src/modules/module-cork-music-on-phone.c +++ b/src/modules/module-cork-music-on-phone.c @@ -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);  | 
