mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
tests: rtpmux: Fix element memory leak
https://bugzilla.gnome.org/show_bug.cgi?id=762057
This commit is contained in:
parent
af29e77858
commit
03e40efb65
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue