mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-01 13:49:58 +00:00
hlsdemux: don't leek the query
This commit is contained in:
parent
77c0971b62
commit
91196418ea
1 changed files with 1 additions and 0 deletions
|
@ -327,6 +327,7 @@ gst_hls_demux_sink_event (GstPad * pad, GstEvent * event)
|
|||
gst_hls_demux_set_location (demux, uri);
|
||||
g_free (uri);
|
||||
}
|
||||
gst_query_unref (query);
|
||||
|
||||
playlist = g_strndup ((gchar *) GST_BUFFER_DATA (demux->playlist),
|
||||
GST_BUFFER_SIZE (demux->playlist));
|
||||
|
|
Loading…
Reference in a new issue