projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba8b8e4
)
hls: m3u8: don't leak GList nodes when matching up variant lists after master list...
author
Tim-Philipp Müller
<tim@centricular.com>
Fri, 6 Nov 2015 00:48:42 +0000
(
00:48
+0000)
committer
Tim-Philipp Müller
<tim@centricular.com>
Fri, 6 Nov 2015 00:48:42 +0000
(
00:48
+0000)
ext/hls/m3u8.c
patch
|
blob
|
history
diff --git
a/ext/hls/m3u8.c
b/ext/hls/m3u8.c
index
7164ae2
..
d1fa8a3
100644
(file)
--- a/
ext/hls/m3u8.c
+++ b/
ext/hls/m3u8.c
@@
-907,7
+907,7
@@
gst_m3u8_client_update_variant_playlist (GstM3U8Client * self, gchar * data,
GList *match = g_list_find_custom (unmatched_lists, list_entry->data,
(GCompareFunc) _find_m3u8_list_match);
if (match)
- unmatched_lists = g_list_
remov
e_link (unmatched_lists, match);
+ unmatched_lists = g_list_
delet
e_link (unmatched_lists, match);
}
if (unmatched_lists != NULL) {