mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
CID: 1211946 fixing uninitialized pointer read in mod_translate
This commit is contained in:
parent
44252a5d69
commit
ad327dffc8
@ -223,7 +223,7 @@ SWITCH_STANDARD_APP(translate_app_function)
|
||||
char *mydata = NULL;
|
||||
char *translated = NULL;
|
||||
switch_channel_t *channel = switch_core_session_get_channel(session);
|
||||
switch_memory_pool_t *pool;
|
||||
switch_memory_pool_t *pool = NULL;
|
||||
switch_event_t *event = NULL;
|
||||
|
||||
switch_assert(session);
|
||||
|
Loading…
x
Reference in New Issue
Block a user