videotestsrc: Fix memory leak in test

This commit is contained in:
Sebastian Dröge 2014-04-15 13:54:45 +02:00
parent 1822a6b31c
commit 846a4a1038

View file

@ -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);