diff --git a/src/modules/gconf/module-gconf.c b/src/modules/gconf/module-gconf.c index c2ea7b27f..799bdfbdf 100644 --- a/src/modules/gconf/module-gconf.c +++ b/src/modules/gconf/module-gconf.c @@ -365,6 +365,8 @@ static int start_client(const char *n, pid_t *pid) { int max_fd, i; /* child */ + pa_reset_priority(); + close(pipe_fds[0]); dup2(pipe_fds[1], 1);