]> git.sesse.net Git - ffmpeg/commit
avformat/mov: fix memleaks
authorZhao Zhili <quinkblack@foxmail.com>
Sun, 28 Jun 2020 03:15:39 +0000 (11:15 +0800)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 1 Jul 2020 13:28:03 +0000 (15:28 +0200)
commitf3dc38a186b2326ce03e50969897ea703817ddb0
tree77610ec55de0115ef266726df209a1e6c90cbbeb
parent61f5c6ab06fc61e0f9f8f8dab5595b8bb202df73
avformat/mov: fix memleaks

Fix two cases of memleaks:
1. The leak of dv_demux
2. The leak of dv_fctx upon dv_demux allocate failure

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavformat/mov.c