mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-19 01:45:32 +00:00
CID: 1211944 mod_rayo - remove set of unused pointer
This commit is contained in:
parent
ab9971c7ac
commit
5b06a86c43
@ -775,7 +775,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