]> git.sesse.net Git - ffmpeg/commit
avformat/stldec: Fix memleak upon read header failure
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sun, 14 Jun 2020 01:24:23 +0000 (03:24 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Mon, 15 Jun 2020 14:54:06 +0000 (16:54 +0200)
commite13874b9eae4e156ca1c478e6d59d3461bbdc09f
tree8e14d6f37652bd89494b467495ba372545cc60ac
parentc70409957c7332971f0e147729d769f6d2f95390
avformat/stldec: 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/stldec.c