mirror of https://github.com/FFmpeg/FFmpeg.git
Commitpull/340/head17e88bf0df
created a memleak by removing a call to ff_iir_filter_free_coeffsp on error; this has been found by Coverity (ID 1464159). This commit fixes the memleak by readding the call to ff_iir_filter_free_coeffsp. Notice that this is not a simple revert, because several macros that were used before17e88bf0df
were replaced in commit44863b2c2d
and completely removed in2658680df4
. Reviewed-by: Limin Wang <lance.lmwang@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
parent
ea1b71e82f
commit
3aa0be003e
1 changed files with 4 additions and 2 deletions
Loading…
Reference in new issue