summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index 26740c0a09..9ddfd70126 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -2070,7 +2070,7 @@ read_input:
usleep(20000);
#ifdef HAVE_NEW_INPUT
}
- if ( cmd ) mp_cmd_free(cmd);
+ mp_cmd_free(cmd);
#else
if(use_stdin) usec_sleep(1000); // do not eat the CPU
}