tests: fix bus leak in GstBin test_state_change_skip test

Still not valgrind clean though.
This commit is contained in:
Tim-Philipp Müller 2012-06-27 20:52:52 +01:00
parent dd9fedb41f
commit d6e6391518

View file

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