1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-29 22:00:58 +02:00
FFmpeg/libavcodec
Andreas Rheinhardt 3aa0be003e avcodec/iirfilter: Fix memleak
Commit 17e88bf0df21906633a7d36d9f2aeeeb5b6d3267 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 before 17e88bf0df21906633a7d36d9f2aeeeb5b6d3267 were replaced
in commit 44863b2c2d5a31d82aafa71cdbd180d6bfbed5b4 and completely removed
in 2658680df4fc606522e5f65899afb9a98b47d287.

Reviewed-by: Limin Wang <lance.lmwang@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
2020-06-15 04:22:28 +02:00
..
2020-06-10 12:36:44 +02:00
2020-05-30 18:02:55 +02:00
2020-05-30 18:02:55 +02:00
2020-05-21 09:31:08 +02:00
2020-05-10 09:55:57 +02:00
2020-06-05 18:14:17 +02:00
2020-06-14 18:20:37 +02:00
2020-06-15 04:22:28 +02:00
2020-04-26 18:38:25 +01:00
2020-05-19 20:09:25 +02:00
2020-05-12 01:00:28 +02:00
2020-05-26 10:52:12 +01:00
2020-05-26 10:52:12 +01:00
2020-05-26 10:52:12 +01:00
2020-06-14 18:20:37 +02:00
2020-06-08 20:45:56 +02:00
2020-05-30 18:02:55 +02:00
2020-05-30 18:02:55 +02:00
2020-04-26 18:38:25 +01:00
2020-05-22 22:23:18 +02:00
2020-05-27 22:13:39 +02:00
2020-06-08 01:22:34 +02:00
2020-04-26 18:38:25 +01:00
2020-04-17 19:33:43 +10:00
2020-04-26 18:38:25 +01:00
2020-04-16 15:05:07 -03:00
2020-05-23 07:07:36 +02:00