mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +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_OBJECT_CLASS (parent_class)->finalize (object);
|
||||
|
||||
g_mutex_clear (&priv->mcontext_lock);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue