0
0
mirror of https://github.com/openwrt/packages.git synced 2025-01-31 03:41:44 +00:00
packages/libs/totem-pl-parser/patches/totem-pl-parser-3.26.6-initialize.patch
W. Michael Petullo edf726ca1b totem-pl-parser: new package
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2022-02-15 16:42:44 -08:00

12 lines
306 B
Diff

--- 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);