]> git.sesse.net Git - ffmpeg/commit
avformat/aqtitledec: Fix memleak upon read header failure
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sun, 14 Jun 2020 01:04:29 +0000 (03:04 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Mon, 15 Jun 2020 14:54:05 +0000 (16:54 +0200)
commita86a5d06d8967d01964833456df1df9fc186f125
tree5a664340f70e1b50da4150b042c3a46de8adc5de
parentac378c535be907ee383dafb430be7216a2920982
avformat/aqtitledec: Fix memleak upon read header failure

The already parsed subtitles (contained in an FFDemuxSubtitlesQueue)
would leak if an error happened upon reading a subsequent subtitle.

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