mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 12:41:05 +00:00
tests: fix leaks in videorate unit test
This commit is contained in:
parent
155468d6ce
commit
85558575b5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue