diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/input/input_http.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/input/input_http.c b/src/input/input_http.c index 3c48ce34e..1168abde5 100644 --- a/src/input/input_http.c +++ b/src/input/input_http.c @@ -287,8 +287,7 @@ static int http_plugin_read_metainf (http_input_plugin_t *this) { lprintf ("http_plugin_read_metainf: songtitle: %s\n", songtitle); - if (this->shoutcast_songtitle) - free(this->shoutcast_songtitle); + free(this->shoutcast_songtitle); this->shoutcast_songtitle = strdup(songtitle); _x_meta_info_set(this->stream, XINE_META_INFO_TITLE, songtitle); |