summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-02-11 09:13:33 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-02-11 09:13:33 +0000
commitcfcd418583a45b0f7144a60ac2b03214e6fabf05 (patch)
tree7dcf2623b7efb31631ac38cca65aa0b8583f9112 /tests
parent1e3d3da4a40a14c66aceff23f724e005b4b34c71 (diff)
ext/lame/gstlame.c: Don't leak the allowed caps.
Original commit message from CVS: * ext/lame/gstlame.c: (gst_lame_setup): Don't leak the allowed caps. * tests/check/pipelines/lame.c: (GST_START_TEST): Stop leaking all buffers. Fixes bug #515575.
Diffstat (limited to 'tests')
-rw-r--r--tests/check/pipelines/lame.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/check/pipelines/lame.c b/tests/check/pipelines/lame.c
index e84d565c..ec941f05 100644
--- a/tests/check/pipelines/lame.c
+++ b/tests/check/pipelines/lame.c
@@ -58,6 +58,7 @@ GST_START_TEST (test_format)
gst_buffer_straw_stop_pipeline (bin, pad);
+ gst_buffer_unref (buffer);
gst_object_unref (pad);
gst_object_unref (bin);
}