Title: Samsung Enterprise Portal mySingle

Hi Arun,

This is the first time I have submitted a patch to open source.

Could you please let me know if I have to do anything further if the change is acceptable?

Thank You.

Sajeesh

 

------- Original Message -------

Sender : Arun Raghavan<a...@accosted.net>

Date : Aug 04, 2014 17:42 (GMT+09:00)

Title : Re: [pulseaudio-discuss] [PATCH] core: Closing proper file descriptor when pipe creation fails.

 

On Mon, 2014-08-04 at 14:32 +0530, Sajeesh Sidharthan wrote:
> ---
>  src/pulsecore/pipe.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/pulsecore/pipe.c b/src/pulsecore/pipe.c
> index f873ef6..4e3c0c3 100644
> --- a/src/pulsecore/pipe.c
> +++ b/src/pulsecore/pipe.c
> @@ -149,7 +149,7 @@ error:
>          if (filedes[0] >= 0)
>                  pa_close(filedes[0]);
>          if (filedes[1] >= 0)
> -                pa_close(filedes[0]);
> +                pa_close(filedes[1]);
>  
>          return -1;
>  }

I've pulled this now. Thanks for the patch!

-- Arun

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

 

 

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

Reply via email to