mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
tests: fix bus leak in GstBin test_state_change_skip test
Still not valgrind clean though.
This commit is contained in:
parent
dd9fedb41f
commit
d6e6391518
1 changed files with 1 additions and 0 deletions
|
@ -1265,6 +1265,7 @@ GST_START_TEST (test_state_change_skip)
|
|||
fail_unless (ret == GST_STATE_CHANGE_SUCCESS, "downward state change failed");
|
||||
|
||||
gst_object_unref (pipeline);
|
||||
gst_object_unref (bus);
|
||||
}
|
||||
|
||||
GST_END_TEST;
|
||||
|
|
Loading…
Reference in a new issue