tests: fix leak in splitmux test

https://bugzilla.gnome.org/show_bug.cgi?id=781025
This commit is contained in:
Vincent Penquerc'h 2017-04-07 10:48:50 +01:00 committed by Sebastian Dröge
parent f26835d8bb
commit d7212dac2e

View file

@ -507,6 +507,7 @@ GST_START_TEST (test_splitmuxsrc_sparse_streams)
gst_element_set_state (pipeline, GST_STATE_NULL);
g_clear_object (&appsrc);
g_clear_object (&bus);
g_clear_object (&pipeline);