summaryrefslogtreecommitdiff
path: root/ext/hls
diff options
context:
space:
mode:
Diffstat (limited to 'ext/hls')
-rw-r--r--ext/hls/gsthlssink2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/hls/gsthlssink2.c b/ext/hls/gsthlssink2.c
index 79233b0f6..760f0b91f 100644
--- a/ext/hls/gsthlssink2.c
+++ b/ext/hls/gsthlssink2.c
@@ -104,6 +104,7 @@ gst_hls_sink2_finalize (GObject * object)
g_free (sink->location);
g_free (sink->playlist_location);
g_free (sink->playlist_root);
+ g_free (sink->current_location);
if (sink->playlist)
gst_m3u8_playlist_free (sink->playlist);