[pulseaudio-commits] Changes to 'next'

Tanu Kaskinen tanuk at kemper.freedesktop.org
Tue Dec 30 12:50:39 PST 2014


New branch 'next' available with the following commits:
commit 6acf524148ade98884dcdec572b58951c9878c5c
Author: Tanu Kaskinen <tanu.kaskinen at linux.intel.com>
Date:   Mon Nov 3 11:47:58 2014 +0200

    socket-server: pa_socket_server_new() can't fail, so don't check its return value
    
    An assertion was already used in pa_socket_server_new_unix(), this
    makes the TCP variants consistent with that.
    
    Even if pa_socket_server_new() could fail, the error handling wasn't
    good, because there was no "goto fail", meaning that the fd would have
    been leaked.



More information about the pulseaudio-commits mailing list