mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-24 08:08:22 +00:00
tests: fix leak in splitmux test
https://bugzilla.gnome.org/show_bug.cgi?id=781025
This commit is contained in:
parent
f26835d8bb
commit
d7212dac2e
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue