diff --git a/src/mpd.c b/src/mpd.c index 6b07d7e7..fde6d9fc 100644 --- a/src/mpd.c +++ b/src/mpd.c @@ -4727,4 +4727,6 @@ void mpd_deinit(void) // Close pipes close(g_exit_pipe[0]); close(g_exit_pipe[1]); + close(g_cmd_pipe[0]); + close(g_cmd_pipe[1]); }