]> code.delx.au - pulseaudio/commitdiff
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)
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>

No differences found