From c453f7dc52fcfd9233e857a690bf375330d6cfe0 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Thu, 3 Jun 2004 02:58:41 +0000 Subject: remove debug code, and preivous commit fixes a segfault due to a doble free on an error trying to decode mp3's git-svn-id: https://svn.musicpd.org/mpd/trunk@1314 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/decode.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/decode.c') diff --git a/src/decode.c b/src/decode.c index bb043d6b2..f19301c66 100644 --- a/src/decode.c +++ b/src/decode.c @@ -311,9 +311,7 @@ void decodeStart(PlayerControl * pc, OutputBuffer * cb, DecoderControl * dc) { ret = DECODE_ERROR_UNKTYPE; if(isRemoteUrl(pc->utf8url)) { - if(inStream.mime) { - plugin = getInputPluginFromMimeType(inStream.mime); - } + plugin = getInputPluginFromMimeType(inStream.mime); if(plugin == NULL) { plugin = getInputPluginFromSuffix( getSuffix(dc->utf8url)); -- cgit v1.2.3