]> git.sesse.net Git - ffmpeg/commit
avfilter/asrc_sinc: Don't allocate arrays separately
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Mon, 27 Jan 2020 06:00:48 +0000 (07:00 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Tue, 28 Jan 2020 16:18:27 +0000 (17:18 +0100)
commitab39f0d841cfcc95dc99ef788e22554fe46eb1c8
tree1f0e7f6f454d62c57e1ef130b7a2e22ec8414911
parentfebd37f4bd9c8bb5290f1d72390e8228f7e02f30
avfilter/asrc_sinc: Don't allocate arrays separately

Besides the obvious advantages this also fixes a potential memleak:
If only one of the arrays had been successfully allocated, the other
would leak. This also fixes Coverity issues #1440386 and #1440387.

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>
libavfilter/asrc_sinc.c