GNOME Bugzilla – Bug 778073
hls: m3u8: Fix leak on _master_playlist_unref()
Last modified: 2017-03-02 18:24:43 UTC
default_variant should be freed, it holds ref.
Created attachment 344768 [details] [review] tests: hls: Fix leak on test code
Created attachment 344769 [details] [review] hls: m3u8: Fix leak on _master_playlist_unref()
Created attachment 344770 [details] [review] hls: Fix various leak on hlsdemux and m3u8 * default_variant should be freed, it holds ref. * GstHLSMedia holds GstM3U8 ref. * gst_m3u8_get_next_fragment() increases ref count.
Attachment 344768 [details] pushed as e28ddbd - tests: hls: Fix leak on test code Attachment 344770 [details] pushed as 5bd4bc8 - hls: Fix various leak on hlsdemux and m3u8