diff options
| -rw-r--r-- | src/pulse/context.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pulse/context.c b/src/pulse/context.c index f9f021af..0780e2f3 100644 --- a/src/pulse/context.c +++ b/src/pulse/context.c @@ -621,6 +621,7 @@ static int context_connect_spawn(pa_context *c) {      /* Parent */      pa_assert_se(pa_close(fds[1]) == 0); +    fds[1] = -1;      r = waitpid(pid, &status, 0);  | 
