mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
tests: gstsystemclock: don't leak the system clock
This commit is contained in:
parent
dbfebe4348
commit
62352d6f1c
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue