From 60c039a8df26705dddcac5c80d7bf220d7c8c195 Mon Sep 17 00:00:00 2001 From: Matias De lellis Date: Thu, 16 Jan 2014 20:56:47 -0300 Subject: [PATCH] Fix m3u with with all absolute paths --- src/misc/parole-pl-parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc/parole-pl-parser.c b/src/misc/parole-pl-parser.c index 6a26735..567ef90 100644 --- a/src/misc/parole-pl-parser.c +++ b/src/misc/parole-pl-parser.c @@ -335,7 +335,7 @@ parole_pl_parser_parse_m3u (const gchar *filename) guint i; GRegex *regex; - GMatchInfo *match_info; + GMatchInfo *match_info = NULL; file = g_file_new_for_path (filename); path = g_path_get_dirname(filename); -- 1.8.4.2