mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 04:52:28 +00:00
videotestsrc: Fix memory leak in test
This commit is contained in:
parent
1822a6b31c
commit
846a4a1038
1 changed files with 1 additions and 0 deletions
|
@ -465,6 +465,7 @@ GST_START_TEST (test_backward_playback)
|
|||
/* clean up */
|
||||
gst_pad_remove_probe (pad, pad_probe);
|
||||
gst_object_unref (pad);
|
||||
gst_object_unref (src);
|
||||
g_main_loop_unref (loop);
|
||||
g_source_remove (bus_watch);
|
||||
gst_object_unref (bin);
|
||||
|
|
Loading…
Reference in a new issue