composition: chain up finalize before clering mcontext_lock.
authorMathieu Duponchelle <mathieu.duponchelle@opencreed.com>
Mon, 30 Jun 2014 14:29:50 +0000 (16:29 +0200)
committerThibault Saunier <tsaunier@gnome.org>
Fri, 31 Oct 2014 10:58:08 +0000 (11:58 +0100)
gnl/gnlcomposition.c

index 88eafd9..b99b805 100644 (file)
@@ -637,6 +637,8 @@ gnl_composition_finalize (GObject * object)
   g_rec_mutex_clear (&comp->task_rec_lock);
 
   G_OBJECT_CLASS (parent_class)->finalize (object);
+
+  g_mutex_clear (&priv->mcontext_lock);
 }
 
 static void