]> git.sesse.net Git - ffmpeg/commit
avformat/omadec: Fix memleaks upon read_header failure
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sat, 13 Jun 2020 22:24:55 +0000 (00:24 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Mon, 15 Jun 2020 14:35:29 +0000 (16:35 +0200)
commit3d3ba43bc68ca90fe72d0fc390c9e5f5c7de1513
tree3bc8407cd355febb08a2178550b0ecede0c52aea
parent0841063ce6a2e664fb3986b0a255c57392cd9f02
avformat/omadec: Fix memleaks upon read_header failure

Fixes possible leaks of id3v2 metadata as well as an AVDES struct in
case the content is encrypted and an error happens lateron.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavformat/omadec.c