[totem-pl-parser] lib: Fix initialisation of ignore_mutex



commit 46c74f20e2dc26e54d881f04116fcbd1703ee030
Author: Philip Withnall <philip tecnocode co uk>
Date:   Sun May 13 13:02:54 2012 +0100

    lib: Fix initialisation of ignore_mutex
    
    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=675824

 plparse/totem-pl-parser.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plparse/totem-pl-parser.c b/plparse/totem-pl-parser.c
index 5b7345f..6060c29 100644
--- a/plparse/totem-pl-parser.c
+++ b/plparse/totem-pl-parser.c
@@ -1271,6 +1271,7 @@ totem_pl_parser_init (TotemPlParser *parser)
 {
 	parser->priv = G_TYPE_INSTANCE_GET_PRIVATE (parser, TOTEM_TYPE_PL_PARSER, TotemPlParserPrivate);
 	parser->priv->main_thread = g_thread_self ();
+	g_mutex_init (&parser->priv->ignore_mutex);
 }
 
 static void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]