mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +00:00
uninitialized var
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15003 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
1d489d022a
commit
953ffdb743
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user