mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
check: Fix leak in queue2 test
This commit is contained in:
parent
a7d282d272
commit
03cf764a00
1 changed files with 1 additions and 0 deletions
|
@ -371,6 +371,7 @@ GST_START_TEST (test_watermark_and_fill_level)
|
||||||
|
|
||||||
gst_element_set_state (pipe, GST_STATE_NULL);
|
gst_element_set_state (pipe, GST_STATE_NULL);
|
||||||
gst_object_unref (pipe);
|
gst_object_unref (pipe);
|
||||||
|
gst_object_unref (inputpad);
|
||||||
}
|
}
|
||||||
|
|
||||||
GST_END_TEST;
|
GST_END_TEST;
|
||||||
|
|
Loading…
Reference in a new issue