Commit c0638a3a authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

shoutcast: Don't leak psz_load.

parent fa2358f9
...@@ -421,6 +421,7 @@ static int DemuxStation( demux_t *p_demux, xml_reader_t *p_xml_reader, ...@@ -421,6 +421,7 @@ static int DemuxStation( demux_t *p_demux, xml_reader_t *p_xml_reader,
FREENULL( psz_ct ); FREENULL( psz_ct );
FREENULL( psz_lc ); FREENULL( psz_lc );
FREENULL( psz_rt ); FREENULL( psz_rt );
FREENULL( psz_load );
} }
free( psz_eltname ); free( psz_eltname );
break; break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment