X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fdemux%2Fplaylist%2Fshoutcast.c;h=2534c7c2daf30b246c89c2a7f7ca3b1823ca99b0;hb=9d016759c25f227281fb0af9a4ea82bf38328b6d;hp=14891d11467189b8e6fbcd1fbd452de81b8b7a5c;hpb=59117b28623d003c2bf3374bf551f126da4322dc;p=vlc diff --git a/modules/demux/playlist/shoutcast.c b/modules/demux/playlist/shoutcast.c index 14891d1146..2534c7c2da 100644 --- a/modules/demux/playlist/shoutcast.c +++ b/modules/demux/playlist/shoutcast.c @@ -134,7 +134,7 @@ static int Demux( demux_t *p_demux ) error: if( p_xml_reader ) - xml_ReaderDelete( p_xml, p_xml_reader ); + xml_ReaderDelete( p_xml_reader ); if( p_xml ) xml_Delete( p_xml ); free( psz_eltname );