mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
make sure we don't hit an assert when autospawning
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2465 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
3c7a7952b2
commit
7df3c4f378
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue