summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVineeth TM <vineeth.tm@samsung.com>2016-02-15 11:51:46 +0900
committerTim-Philipp Müller <tim@centricular.com>2016-02-15 09:55:30 +0000
commit03e40efb656daec310d505101cd6cc5b7171ef56 (patch)
tree9da4606c45c409b211c8dab19d9c6a05463152e5
parentaf29e7785890c7881dd8664eff894664a4c8174e (diff)
downloadgstreamer-plugins-good-03e40efb656daec310d505101cd6cc5b7171ef56.tar.gz
tests: rtpmux: Fix element memory leak
https://bugzilla.gnome.org/show_bug.cgi?id=762057
-rw-r--r--tests/check/elements/rtpmux.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/check/elements/rtpmux.c b/tests/check/elements/rtpmux.c
index 6f83c0810..ee0388767 100644
--- a/tests/check/elements/rtpmux.c
+++ b/tests/check/elements/rtpmux.c
@@ -516,6 +516,7 @@ GST_START_TEST (test_rtpmux_ssrc_downstream_dynamic)
gst_buffer_unref (buf1);
gst_object_unref (rtpmux);
+ gst_object_unref (capsfilter);
gst_harness_teardown (h0);
gst_harness_teardown (h1);
gst_harness_teardown (h);