On Thu, 2014-06-05 at 22:29 +0600, Alexander E. Patrakov wrote:
> On FIONREAD returning 0 bytes, we cannot return success, as the caller
> (rtpoll_work_cb in module-rtp-recv.c) would then try to
> pa_memblock_unref(chunk.memblock) and, because memblock is NULL, trigger
> an assertion.
> 
> Also we have to read out the possible empty packet from the socket, so
> that the kernel doesn't tell us again and again about it.
> 
> Signed-off-by: Alexander E. Patrakov <patra...@gmail.com>
> ---
>  src/modules/rtp/rtp.c | 25 +++++++++++++++++++++++--
>  1 file changed, 23 insertions(+), 2 deletions(-)

Thanks! Applied.

-- 
Tanu

_______________________________________________
pulseaudio-discuss mailing list
pulseaudio-discuss@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss

Reply via email to