tests/check/gst/gstsystemclock.c: Unref some more to make valgrind happy.
authorWim Taymans <wim.taymans@gmail.com>
Thu, 22 Mar 2007 12:31:54 +0000 (12:31 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Thu, 22 Mar 2007 12:31:54 +0000 (12:31 +0000)
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.

ChangeLog
tests/check/gst/gstsystemclock.c

index 59210e1..f96eb7d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2007-03-22  Wim Taymans  <wim@fluendo.com>
 
+       * 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  <wim@fluendo.com>
+
        * 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):
index def9d7b..7e27bb8 100644 (file)
@@ -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)