projects
/
platform
/
upstream
/
gst-plugins-bad.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3191051
)
dashdemux: plug mpd client leak
author
Thiago Santos
<thiagoss@osg.samsung.com>
Tue, 9 Feb 2016 20:24:50 +0000
(17:24 -0300)
committer
Thiago Santos
<thiagoss@osg.samsung.com>
Tue, 9 Feb 2016 20:30:14 +0000
(17:30 -0300)
On parsing error, free the mpd client object
https://bugzilla.gnome.org/show_bug.cgi?id=760120
ext/dash/gstdashdemux.c
patch
|
blob
|
history
diff --git
a/ext/dash/gstdashdemux.c
b/ext/dash/gstdashdemux.c
index
6232325
..
10ebd7b
100644
(file)
--- a/
ext/dash/gstdashdemux.c
+++ b/
ext/dash/gstdashdemux.c
@@
-1499,6
+1499,7
@@
gst_dash_demux_update_manifest_data (GstAdaptiveDemux * demux,
* source element and we have received the 404 HTML response instead of
* the manifest */
GST_WARNING_OBJECT (demux, "Error parsing the manifest.");
+ gst_mpd_client_free (new_client);
gst_buffer_unmap (buffer, &mapinfo);
return GST_FLOW_ERROR;
}