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

2014-08-05 Thread Arun Raghavan
Hi Sajeesh, On 5 August 2014 09:53, Sajeesh Sidharthan sajees...@samsung.com wrote: 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? Nothing to do from your side - the patch

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

2014-08-04 Thread Sajeesh Sidharthan
--- 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)

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

2014-08-04 Thread Arun Raghavan
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 @@

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

2014-08-04 Thread Sajeesh Sidharthan
...@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