]> git.sesse.net Git - ffmpeg/commit
avfilter/vf_uspp: Fix leak of qp-table on error
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 12 Mar 2021 13:55:53 +0000 (14:55 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 12 Mar 2021 18:05:11 +0000 (19:05 +0100)
commit0858853241925d0a45f58a4724f203d284a70f00
treec4c221ed942b1ceb6478a5f7f4b5a26f6a43b2f7
parent0364188fb907ef901cfbb1531a5d7bb458de348d
avfilter/vf_uspp: Fix leak of qp-table on error

Fixes Coverity issue #1473500.

Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavfilter/vf_uspp.c