videotestsrc: Fix memory leak in test
This commit is contained in:
parent
1822a6b31c
commit
846a4a1038
@ -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…
x
Reference in New Issue
Block a user