fix build

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14965 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2009-09-24 16:43:57 +00:00
parent 460f66fb71
commit e1d7177b4e
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ TELETONE_API(int) teletone_multi_tone_detect (teletone_multi_tone_t *mt,
{
int sample, limit = 0, j, x = 0;
float v1, famp;
float eng_sum = 0, eng_all[TELETONE_MAX_TONES];
float eng_sum = 0, eng_all[TELETONE_MAX_TONES] = {0.0};
int gtest = 0, see_hit = 0;
for (sample = 0; sample >= 0 && sample < samples; sample = limit) {