Revert "tests: fix buffer leak in queue2 unit test"
authorTim-Philipp Müller <tim@centricular.net>
Wed, 12 Sep 2012 12:00:15 +0000 (13:00 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Wed, 12 Sep 2012 12:00:15 +0000 (13:00 +0100)
This reverts commit 232fd2953eb00f694b667e7796704f5974cea452.

This was already fixed.

tests/check/elements/queue2.c

index af04020..c03ca1d 100644 (file)
@@ -260,7 +260,6 @@ 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;