]> code.delx.au - pulseaudio/commit
echo-cancel: Fix uninitialized variable dotp_xf_xf of AEC struct
authorTanu Kaskinen <tanuk@iki.fi>
Fri, 15 Feb 2013 19:24:36 +0000 (21:24 +0200)
committerTanu Kaskinen <tanuk@iki.fi>
Fri, 15 Feb 2013 19:24:36 +0000 (21:24 +0200)
commit505a57d32d8c49ddfeca928ed988ba3b279aff3e
tree5b5d79138fc9074a0280b7641213f06fbc07e498
parent90276fe18d60455cbfdc60e3f0af851e22956f2f
echo-cancel: Fix uninitialized variable dotp_xf_xf of AEC struct

Initialize the variable to zero by using pa_xnew0() instead of
pa_xnew(). This also allows us to remove a bunch of other zero
initialization statements.

Reported-by: Peter Meerwald <p.meerwald@bct-electronic.com>
src/modules/echo-cancel/adrian-aec.c