mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
composition: chain up finalize before clering mcontext_lock.
This commit is contained in:
parent
33aea7c5f4
commit
be269c833f
1 changed files with 2 additions and 0 deletions
|
@ -637,6 +637,8 @@ gnl_composition_finalize (GObject * object)
|
||||||
g_rec_mutex_clear (&comp->task_rec_lock);
|
g_rec_mutex_clear (&comp->task_rec_lock);
|
||||||
|
|
||||||
G_OBJECT_CLASS (parent_class)->finalize (object);
|
G_OBJECT_CLASS (parent_class)->finalize (object);
|
||||||
|
|
||||||
|
g_mutex_clear (&priv->mcontext_lock);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue