summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>2012-01-12 15:58:36 +0000
committerVincent Penquerc'h <vincent.penquerch@collabora.co.uk>2012-01-12 15:58:36 +0000
commit72eb8209a524c1401db031aa3d69d907003d913e (patch)
treed448ba0b0d081d38b3a68448099c399f82addaab /gst
parent083d21ce3d750399ff47ec676077d0ec36de004c (diff)
downloadgstreamer-plugins-bad-72eb8209a524c1401db031aa3d69d907003d913e.tar.gz
hlsdemux: fix queue leak
Diffstat (limited to 'gst')
-rw-r--r--gst/hls/gsthlsdemux.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/hls/gsthlsdemux.c b/gst/hls/gsthlsdemux.c
index 92e5f6828..d840ae028 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);