]> git.sesse.net Git - ffmpeg/commit
avformat/lrcdec: Fix memleak upon read header failure
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sun, 14 Jun 2020 01:12:00 +0000 (03:12 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Mon, 15 Jun 2020 14:54:05 +0000 (16:54 +0200)
commitd38694cea9f289b3f9dcce1a2f07746d029b35f3
tree26b84f5915a4580abaf1470bb82b213c4630945c
parentc13a752733a9af955b032c55f704b748fe37dd19
avformat/lrcdec: 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/lrcdec.c