dash: mpdparser: plug leak in segmenttemplate parsing
authorThiago Santos <thiagoss@osg.samsung.com>
Sat, 1 Aug 2015 18:52:28 +0000 (15:52 -0300)
committerThiago Santos <thiagoss@osg.samsung.com>
Sat, 1 Aug 2015 19:11:07 +0000 (16:11 -0300)
commit620af5b04b0d3daac056d99b7dac9cbb2467d478
treef4254ea4d04528628a97c4f9d528e4f717477a03
parent9d431e605f80835adf41f1865ba4215b4f153e9e
dash: mpdparser: plug leak in segmenttemplate parsing

Only copy the values from the parent if the current node doesn't
have that value, they were being copied from the parent and
then overwriten by the child node, leaking the parent's copy
ext/dash/gstmpdparser.c