diff --git a/gst/hls/gsthlsdemux.c b/gst/hls/gsthlsdemux.c index 92e5f68280..d840ae028d 100644 --- a/gst/hls/gsthlsdemux.c +++ b/gst/hls/gsthlsdemux.c @@ -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);