projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fe8eba
)
Revert "tests: fix buffer leak in queue2 unit test"
author
Tim-Philipp Müller
<tim@centricular.net>
Wed, 12 Sep 2012 12:00:15 +0000
(13:00 +0100)
committer
Tim-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
patch
|
blob
|
history
diff --git
a/tests/check/elements/queue2.c
b/tests/check/elements/queue2.c
index
af04020
..
c03ca1d
100644
(file)
--- a/
tests/check/elements/queue2.c
+++ b/
tests/check/elements/queue2.c
@@
-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;