<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- 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 (&amp;parser-&gt;priv-&gt;ignore_mutex);
 	g_hash_table_iter_init (&amp;iter, parser-&gt;priv-&gt;ignore_globs);
</pre></body></html>