mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
nlecomposition: Clear all members before chaining up to parent on finalize
This commit is contained in:
parent
580f45dddb
commit
0b4a604107
1 changed files with 2 additions and 2 deletions
|
@ -1144,10 +1144,10 @@ nle_composition_finalize (GObject * object)
|
|||
|
||||
g_rec_mutex_clear (&comp->task_rec_lock);
|
||||
|
||||
G_OBJECT_CLASS (parent_class)->finalize (object);
|
||||
|
||||
g_mutex_clear (&priv->actions_lock);
|
||||
g_cond_clear (&priv->actions_cond);
|
||||
|
||||
G_OBJECT_CLASS (parent_class)->finalize (object);
|
||||
}
|
||||
|
||||
/* signal_duration_change
|
||||
|
|
Loading…
Reference in a new issue