1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-04 06:08:26 +02:00
FFmpeg/libavformat
Andreas Rheinhardt 4825d8a98d avformat/mpeg: Fix leaks of AVFormatContext and subtitle packets
If an error happens in vobsub_read_header() after allocating the
AVFormatContext intended to read the sub-file, both the AVFormatContext
as well as the data in the subtitles queues leaks. This has been fixed.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2019-12-05 17:22:40 +01:00
..
2019-11-29 19:58:35 +01:00
2019-08-13 15:38:57 +02:00
2019-10-29 16:20:33 +01:00
2019-08-23 22:24:07 +02:00
2019-10-24 19:45:17 +02:00
2019-09-02 23:08:43 +02:00
2019-10-08 13:47:16 +08:00
2019-11-16 20:57:45 +01:00
2019-09-27 12:15:50 +02:00
2019-09-02 23:08:43 +02:00
2019-11-27 23:54:20 +01:00
2019-10-08 13:46:42 +08:00
2019-06-29 19:22:19 +02:00
2019-07-14 22:17:43 +02:00