timeline: Plug a leak in the movecontext code
authorThibault Saunier <thibault.saunier@collabora.com>
Sat, 22 Sep 2012 11:27:20 +0000 (13:27 +0200)
committerThibault Saunier <thibault.saunier@collabora.com>
Sun, 23 Sep 2012 00:37:12 +0000 (02:37 +0200)
ges/ges-timeline.c

index 0509bdf6f5254dd2d8e29794e366dd845a6ec708..1d6d3b3b61fb04327d891e710ad53334bc814fb8 100644 (file)
@@ -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);
 }