Hi On Thu, May 7, 2009 at 7:54 PM, Jyri Sarha <[email protected]> wrote: > #ifdef NOKIA > if (USE_SCO_OVER_PCM(u)) { > - if (start_stream_fd(u) < 0) > + if (start_stream_fd(u) < 0) { > + u->sink = NULL; > + u->source = NULL; > return -1; > + }
This was part of a different commit from me, but is in fact a minor fix on error condition. Note: I didn't review the patch. I guess a signed-off policy would be good when we send patches in the future. regards, -- Marc-André Lureau _______________________________________________ pulseaudio-discuss mailing list [email protected] https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss
