tests: gstsystemclock: don't leak the system clock

This commit is contained in:
Edward Hervey 2010-04-07 09:31:39 +02:00
parent dbfebe4348
commit 62352d6f1c

View file

@ -251,6 +251,8 @@ GST_START_TEST (test_periodic_shot)
gst_clock_id_unref (id);
gst_clock_id_unschedule (id2);
gst_clock_id_unref (id2);
gst_object_unref (clock);
}
GST_END_TEST;