From f2c0462d85ea8a7a69d749e295b902e95dedff00 Mon Sep 17 00:00:00 2001 From: Jakob Leben Date: Mon, 2 Nov 2009 16:37:25 +0100 Subject: [PATCH] podcast: missing initialization --- modules/services_discovery/podcast.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/services_discovery/podcast.c b/modules/services_discovery/podcast.c index 4c30cb4b81..bb2cbf2fb5 100644 --- a/modules/services_discovery/podcast.c +++ b/modules/services_discovery/podcast.c @@ -244,9 +244,9 @@ static void ParseUrls( services_discovery_t *p_sd, char *psz_urls ) { services_discovery_sys_t *p_sys = p_sd->p_sys; int i_new_items = 0; - input_item_t **pp_new_items; + input_item_t **pp_new_items = NULL; - int i_new_urls; + int i_new_urls = 0; char **ppsz_new_urls = NULL; int i, j; -- 2.39.5