mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-19 01:45:32 +00:00
CID 1214263: mod_ssml - remove unused pointer value
This commit is contained in:
parent
9af707ed20
commit
3f56654aef
@ -326,7 +326,7 @@ static int score_voice(struct voice *voice, struct ssml_node *cur_node, int lang
|
||||
static struct voice *find_voice(struct ssml_node *cur_node, switch_hash_t *map, char *type, int lang_required)
|
||||
{
|
||||
switch_hash_index_t *hi = NULL;
|
||||
struct voice *voice = (struct voice *)switch_core_hash_find(map, cur_node->name);
|
||||
struct voice *voice = NULL;
|
||||
char *lang_name_gender = NULL;
|
||||
int best_score = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user