check: Fix leak in queue2 test

This commit is contained in:
Edward Hervey 2016-11-28 09:50:40 +01:00 committed by Edward Hervey
parent a7d282d272
commit 03cf764a00

View file

@ -371,6 +371,7 @@ GST_START_TEST (test_watermark_and_fill_level)
gst_element_set_state (pipe, GST_STATE_NULL);
gst_object_unref (pipe);
gst_object_unref (inputpad);
}
GST_END_TEST;