diff options
Diffstat (limited to 'src/modules/module-combine.c')
-rw-r--r-- | src/modules/module-combine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/module-combine.c b/src/modules/module-combine.c index 91561ee7..86ae0b1e 100644 --- a/src/modules/module-combine.c +++ b/src/modules/module-combine.c @@ -385,7 +385,7 @@ static void sink_input_detach_cb(pa_sink_input *i) { o->rtpoll_item = NULL; if (o->userdata->master == o) - pa_sink_detach_from_thread(o->userdata->sink); + pa_sink_detach_within_thread(o->userdata->sink); } /* Called from main context */ |