mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
adaptivedemux: fix pending tags leak
https://bugzilla.gnome.org/show_bug.cgi?id=766662
This commit is contained in:
parent
7ffe5da49f
commit
d7c47107ce
1 changed files with 2 additions and 0 deletions
|
@ -1219,6 +1219,8 @@ gst_adaptive_demux_stream_free (GstAdaptiveDemuxStream * stream)
|
|||
if (stream->pending_caps)
|
||||
gst_caps_unref (stream->pending_caps);
|
||||
|
||||
g_clear_pointer (&stream->pending_tags, gst_tag_list_unref);
|
||||
|
||||
g_object_unref (stream->adapter);
|
||||
|
||||
g_free (stream);
|
||||
|
|
Loading…
Reference in a new issue