]> git.sesse.net Git - vlc/commitdiff
podcast: Kill a warning.
authorPierre d'Herbemont <pdherbemont@free.fr>
Thu, 20 Aug 2009 10:23:25 +0000 (12:23 +0200)
committerPierre d'Herbemont <pdherbemont@free.fr>
Thu, 20 Aug 2009 10:23:25 +0000 (12:23 +0200)
modules/demux/playlist/podcast.c

index 1cfbb1ab12f8af8698662f3d820e03569b449287..774b3ef5a56278bacc4680f494d19fc7ace1dbc6 100644 (file)
@@ -74,7 +74,7 @@ static int Demux( demux_t *p_demux )
     int i_ret;
 
     xml_t *p_xml;
-    xml_reader_t *p_xml_reader;
+    xml_reader_t *p_xml_reader = NULL;
     char *psz_elname = NULL;
     char *psz_item_mrl = NULL;
     char *psz_item_size = NULL;