tests: fix leaks in videorate unit test

This commit is contained in:
Tim-Philipp Müller 2013-03-03 17:11:25 +00:00
parent 155468d6ce
commit 85558575b5

View file

@ -1037,7 +1037,7 @@ GST_START_TEST (test_caps_negotiation)
check_peer_caps (mysrcpad, test->expected_sink_caps, "sink");
check_peer_caps (mysinkpad, test->expected_src_caps, "src");
gst_object_unref (videorate);
cleanup_videorate (videorate);
}
GST_END_TEST;