tests: fix buffer leak in queue2 unit test

This commit is contained in:
Tim-Philipp Müller 2012-05-24 13:06:47 +01:00 committed by Tim-Philipp Müller
parent 9454c8c626
commit 232fd2953e

View file

@ -260,6 +260,7 @@ GST_START_TEST (test_filled_read)
gst_object_unref (sinkpad);
gst_object_unref (srcpad);
gst_object_unref (queue2);
gst_buffer_unref (buffer);
}
GST_END_TEST;