Get rid of struct id3tag and struct mp3info.
[paraslash.git] / exec.c
diff --git a/exec.c b/exec.c
index da7a3568ced41c0b2dc886bcffaa5793f7ca8fd1..86362c381fd8b3fe236caeddd4facec88130c901 100644 (file)
--- a/exec.c
+++ b/exec.c
@@ -49,7 +49,6 @@ static int para_exec(pid_t *pid, const char *file, char *const *const args, int
        }
        *pid = ret;
        if (!(*pid)) { /* child */
-               close_listed_fds(); /* close unneeded fds */
                if (fds[0] >= 0) {
                        if (fds[0]) {
                                close(in[1]);