From: Michael Jerris Date: Mon, 28 Sep 2009 16:25:25 +0000 (+0000) Subject: uninitialized var X-Git-Tag: v1.0.6~1785 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=953ffdb7433864790c1fd7f55ab9fd1598062173;p=thirdparty%2Ffreeswitch.git uninitialized var git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15003 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch_ivr_async.c b/src/switch_ivr_async.c index cdf53e1d02..f2d13bbb83 100644 --- a/src/switch_ivr_async.c +++ b/src/switch_ivr_async.c @@ -1168,7 +1168,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_preprocess_session(switch_core_sessio int tr; int err = 1; SpeexPreprocessState *st = NULL; - SpeexEchoState *ec; + SpeexEchoState *ec = NULL; switch_mutex_t *mutex = NULL; int r = 0;