mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-30 03:13:18 +00:00
avformat/moflex: Free AVPackets via av_packet_free() on error
(This is not a leak as long as av_free() completely frees blank packets.) Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
7a5f7caee9
commit
0a25abdacd
@ -383,4 +383,5 @@ const AVInputFormat ff_moflex_demuxer = {
|
||||
.read_close = moflex_read_close,
|
||||
.extensions = "moflex",
|
||||
.flags = AVFMT_GENERIC_INDEX,
|
||||
.flags_internal = FF_FMT_INIT_CLEANUP,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user