dashdemux: fix memory leak in gst_dash_demux_update_manifest_data
authorFlorin Apostol <florin.apostol@oregan.net>
Mon, 4 Jan 2016 12:12:45 +0000 (12:12 +0000)
committerThiago Santos <thiagoss@osg.samsung.com>
Tue, 9 Feb 2016 20:05:13 +0000 (17:05 -0300)
commit319105182879a9e2a06a5e9d9f46219fc1430c15
tree54f2bc5b9fe150c3e44ebfeebe1339be032c6f23
parent9ccd541980420f9fa8c22e8dd05b1916fecfd68e
dashdemux: fix memory leak in gst_dash_demux_update_manifest_data

new_client local variable was not freed in case of errors.
Also, the buffer is not unmapped.

https://bugzilla.gnome.org/show_bug.cgi?id=760120
ext/dash/gstdashdemux.c