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