ASR_BASE

Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/external/subpack/libs/totem-pl-parser/patches/totem-pl-parser-3.26.6-initialize.patch b/external/subpack/libs/totem-pl-parser/patches/totem-pl-parser-3.26.6-initialize.patch
new file mode 100644
index 0000000..29d7e77
--- /dev/null
+++ b/external/subpack/libs/totem-pl-parser/patches/totem-pl-parser-3.26.6-initialize.patch
@@ -0,0 +1,11 @@
+--- a/plparse/totem-pl-parser.c
++++ b/plparse/totem-pl-parser.c
+@@ -1760,7 +1760,7 @@ totem_pl_parser_glob_is_ignored (TotemPl
+ {
+ 	GHashTableIter iter;
+ 	gpointer key;
+-	int ret;
++	int ret = -1;
+ 
+ 	g_mutex_lock (&parser->priv->ignore_mutex);
+ 	g_hash_table_iter_init (&iter, parser->priv->ignore_globs);