[vlc-devel] commit: podcast: Kill a warning. (Pierre d'Herbemont )

git version control git at videolan.org
Thu Aug 20 14:28:33 CEST 2009


vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Thu Aug 20 12:23:25 2009 +0200| [8c873b28d6c3d01a4f48b2f30349756484bbde88] | committer: Pierre d'Herbemont 

podcast: Kill a warning.

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

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

diff --git a/modules/demux/playlist/podcast.c b/modules/demux/playlist/podcast.c
index 1cfbb1a..774b3ef 100644
--- a/modules/demux/playlist/podcast.c
+++ b/modules/demux/playlist/podcast.c
@@ -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;




More information about the vlc-devel mailing list