From: Wim Taymans Date: Thu, 22 Mar 2007 12:31:54 +0000 (+0000) Subject: tests/check/gst/gstsystemclock.c: Unref some more to make valgrind happy. X-Git-Tag: RELEASE-0_10_13~126 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=79e426d5f93e900b8a85978a5d986e0f06719fb8;p=platform%2Fupstream%2Fgstreamer.git tests/check/gst/gstsystemclock.c: Unref some more to make valgrind happy. Original commit message from CVS: * tests/check/gst/gstsystemclock.c: (GST_START_TEST), (mixed_thread), (mixed_async_cb), (gst_systemclock_suite): Unref some more to make valgrind happy. --- diff --git a/ChangeLog b/ChangeLog index 59210e1..f96eb7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2007-03-22 Wim Taymans + * tests/check/gst/gstsystemclock.c: (GST_START_TEST), + (mixed_thread), (mixed_async_cb), (gst_systemclock_suite): + Unref some more to make valgrind happy. + +2007-03-22 Wim Taymans + * gst/gstsystemclock.c: (gst_system_clock_id_wait_jitter_unlocked), (gst_system_clock_id_wait_jitter), (gst_system_clock_id_wait_async), (gst_system_clock_id_unschedule): diff --git a/tests/check/gst/gstsystemclock.c b/tests/check/gst/gstsystemclock.c index def9d7b..7e27bb8 100644 --- a/tests/check/gst/gstsystemclock.c +++ b/tests/check/gst/gstsystemclock.c @@ -362,9 +362,9 @@ GST_START_TEST (test_mixed) fail_unless (info.ret == GST_CLOCK_OK, "clock return was %d", info.ret); gst_clock_id_unschedule (id); + gst_clock_id_unref (id); gst_clock_id_unref (info.id); gst_object_unref (info.clock); - } GST_END_TEST Suite * gst_systemclock_suite (void)