Re: [pulseaudio-discuss] [PATCH 3/8] alsa: add a couple of FIXME comments

2018-02-21 Thread Georg Chini
On 19.02.2018 15:48, Tanu Kaskinen wrote: build_pollfd() isn't likely to fail, but if it does, pa_sink/source_put() will crash on an assertion failure. I haven't seen such crash happening, this is just something that I noticed while studying the state change code. ---

[pulseaudio-discuss] [PATCH 3/8] alsa: add a couple of FIXME comments

2018-02-19 Thread Tanu Kaskinen
build_pollfd() isn't likely to fail, but if it does, pa_sink/source_put() will crash on an assertion failure. I haven't seen such crash happening, this is just something that I noticed while studying the state change code. --- src/modules/alsa/alsa-sink.c | 3 +++ src/modules/alsa/alsa-source.c