mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
hlsdemux: fix queue leak
This commit is contained in:
parent
083d21ce3d
commit
72eb8209a5
1 changed files with 1 additions and 0 deletions
|
@ -164,6 +164,7 @@ gst_hls_demux_dispose (GObject * obj)
|
|||
|
||||
gst_hls_demux_reset (demux, TRUE);
|
||||
|
||||
g_queue_free (demux->queue);
|
||||
gst_object_unref (demux->download);
|
||||
|
||||
G_OBJECT_CLASS (parent_class)->dispose (obj);
|
||||
|
|
Loading…
Reference in a new issue