mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
CID: 1211944 mod_rayo - remove set of unused pointer
This commit is contained in:
parent
58fea2544b
commit
a72137d4ae
@ -787,7 +787,7 @@ static int process_cdata_tokens(struct srgs_grammar *grammar, char *data, size_t
|
||||
*end = '\0';
|
||||
}
|
||||
if (!zstr(start)) {
|
||||
string = sn_insert_string(grammar->pool, string, start);
|
||||
sn_insert_string(grammar->pool, string, start);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user