]> git.sesse.net Git - vlc/commitdiff
shoutcast: Don't leak psz_load.
authorPierre d'Herbemont <pdherbemont@free.fr>
Thu, 10 Dec 2009 01:04:15 +0000 (02:04 +0100)
committerPierre d'Herbemont <pdherbemont@free.fr>
Thu, 10 Dec 2009 01:04:15 +0000 (02:04 +0100)
modules/demux/playlist/shoutcast.c

index 01d004fba9ffb96caf91d1b647435c92c750e742..161156f6788c61b91dec173fa6a07eca62439a31 100644 (file)
@@ -421,6 +421,7 @@ static int DemuxStation( demux_t *p_demux, xml_reader_t *p_xml_reader,
                     FREENULL( psz_ct );
                     FREENULL( psz_lc );
                     FREENULL( psz_rt );
+                    FREENULL( psz_load );
                 }
                 free( psz_eltname );
                 break;