composition: chain up finalize before clering mcontext_lock.

This commit is contained in:
Mathieu Duponchelle 2014-06-30 16:29:50 +02:00 committed by Thibault Saunier
parent 33aea7c5f4
commit be269c833f

View 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