unref timeline in unit test
authorBrandon Lewis <brandon@collabora.co.uk>
Tue, 13 Jul 2010 16:14:33 +0000 (18:14 +0200)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Wed, 1 Sep 2010 14:56:03 +0000 (16:56 +0200)
tests/check/ges/simplelayer.c

index 92c72e0..a775c89 100644 (file)
@@ -419,6 +419,7 @@ GST_START_TEST (test_gsl_with_transitions)
 
   GST_DEBUG ("done removing transition");
 
+  g_object_unref (timeline);
 }
 
 GST_END_TEST;