mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +00:00
timeline: Plug a leak in the movecontext code
This commit is contained in:
parent
4647ca03f3
commit
933d41f15d
1 changed files with 2 additions and 0 deletions
|
@ -269,6 +269,8 @@ ges_timeline_dispose (GObject * object)
|
|||
g_hash_table_unref (priv->by_object);
|
||||
g_sequence_free (priv->starts_ends);
|
||||
g_sequence_free (priv->tracksources);
|
||||
g_list_free (priv->movecontext.moving_tckobjs);
|
||||
g_hash_table_unref (priv->movecontext.moving_tlobjs);
|
||||
|
||||
G_OBJECT_CLASS (ges_timeline_parent_class)->dispose (object);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue