Files
FFmpeg/libavformat
Andreas Rheinhardt 9e404b60b1 avformat/mov: Fix memleaks upon read_header failure
By default, a demuxer's read_close function is not called automatically
if an error happens when reading the header; instead it is up to the
demuxer to clean up after itself in this case. The mov demuxer did this
by calling its read_close function when it encountered some errors when
reading the header. Yet for other errors (mostly adding side-data to
streams) this has been forgotten, so that all the internal structures
of the demuxer leak.

This commit fixes this by making sure mov_read_close is called when
necessary.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
(cherry picked from commit ac378c535b)
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
2020-07-03 00:02:07 +02:00
..
2016-07-03 04:37:48 +02:00
2017-10-05 17:10:23 +02:00
2017-09-09 12:07:14 +02:00
2017-03-29 14:49:29 +02:00
2017-09-01 17:56:33 +02:00
2017-02-01 02:57:40 +01:00
2017-09-20 03:31:48 +02:00
2017-09-20 03:31:48 +02:00
2017-09-01 18:52:56 +08:00
2016-10-21 19:41:09 +02:00
2017-10-05 17:10:23 +02:00
2017-08-29 01:33:47 +02:00
2017-02-11 20:20:07 +01:00
2019-03-24 10:38:52 +01:00
2017-09-01 02:16:33 -03:00
2016-05-04 18:16:21 +02:00
2017-10-05 17:10:23 +02:00
2017-10-05 17:10:23 +02:00
2018-06-18 01:16:03 +02:00
2017-09-09 12:07:14 +02:00
2020-07-02 19:55:09 +02:00
2016-05-21 18:49:45 +02:00
2017-03-30 13:26:04 +02:00
2016-11-07 00:51:49 +01:00
2017-06-13 19:49:06 +02:00
2016-07-17 13:10:27 -03:00
2017-09-01 17:56:33 +02:00
2017-09-01 02:16:33 -03:00
2017-03-02 11:39:54 +01:00
2017-07-10 15:02:29 -04:00
2014-10-21 03:52:27 +02:00
2017-01-30 11:00:58 +01:00
2017-09-21 16:17:02 -08:00
2017-09-09 12:07:14 +02:00
2016-05-03 15:45:10 +02:00
2017-09-01 02:16:33 -03:00
2020-07-02 19:55:10 +02:00
2016-08-04 16:25:40 -03:00
2015-01-11 00:35:01 +01:00
2019-11-14 23:30:37 +01:00
2019-11-14 23:30:37 +01:00
2019-11-14 23:30:37 +01:00
2019-11-14 23:30:37 +01:00