[vlc-devel] commit: shoutcast: Don't leak psz_load. (Pierre d'Herbemont )

git version control git at videolan.org
Thu Dec 10 02:04:41 CET 2009


vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Thu Dec 10 02:04:15 2009 +0100| [c0638a3ad2d51c694f6a062ed14f1376b9f736fa] | committer: Pierre d'Herbemont 

shoutcast: Don't leak psz_load.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c0638a3ad2d51c694f6a062ed14f1376b9f736fa
---

 modules/demux/playlist/shoutcast.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/demux/playlist/shoutcast.c b/modules/demux/playlist/shoutcast.c
index 01d004f..161156f 100644
--- a/modules/demux/playlist/shoutcast.c
+++ b/modules/demux/playlist/shoutcast.c
@@ -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;




More information about the vlc-devel mailing list