]> git.sesse.net Git - ffmpeg/commit
fftools/ffmpeg_opt: Fix leak of options when parsing options fails
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 28 Feb 2020 21:06:29 +0000 (22:06 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Sat, 29 Feb 2020 21:31:01 +0000 (22:31 +0100)
commit21265f42ecb265debe9fec1dbfd0cb7de5a8aefb
tree078ac6ed09745ccd64a2c712350d944b234f312f
parentf707c84b8b89a937cc388e5ae4b8fcd67e07b75c
fftools/ffmpeg_opt: Fix leak of options when parsing options fails

Fixes #8094.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
fftools/ffmpeg_opt.c