--- codecs/lpc10/irc2pc.c (Asterisk 15.2) +++ codecs/lpc10/irc2pc.c (working copy) @@ -91,3 +91,3 @@ extern int irc2pc_(real *rc, real *pc, i /* Local variables */ - real temp[10]; + real temp[10] = { 0 }; integer i__, j;