tests: rtpmux: Fix element memory leak

https://bugzilla.gnome.org/show_bug.cgi?id=762057
This commit is contained in:
Vineeth TM 2016-02-15 11:51:46 +09:00 committed by Tim-Philipp Müller
parent af29e77858
commit 03e40efb65

View file

@ -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);