diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-03-29 01:32:34 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-03-30 08:03:58 +0200 |
commit | 3eedf1599be64fbbb092045fb24e5b22e1149a43 (patch) | |
tree | 8a1b903457fe47d01eb88115e17536172956641e /libavcodec/cbs_mpeg2_syntax_template.c | |
parent | 477275795865f074e60635d813a7b765284ca948 (diff) | |
download | ffmpeg-3eedf1599be64fbbb092045fb24e5b22e1149a43.tar.gz |
avformat/dashdec: Don't allocate and leak strings that are never used
Since commit e134c203 strdups of several elements of a manifest are kept
in the DASHContext; but said commit completely forgot to free these
strings again (with xmlFree()). Given that these strings are never used
at all, this commit closes this leak by reverting said commit.
This reverts commit e134c20374ee3cbc6d04885d306b02c9871683a2.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
(cherry picked from commit 3c138e5ceb487490f88015b1694ce34c1393736c)
Diffstat (limited to 'libavcodec/cbs_mpeg2_syntax_template.c')
0 files changed, 0 insertions, 0 deletions