mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
initialize var
This commit is contained in:
@@ -174,7 +174,7 @@ static void do_unload(void) {
|
||||
void *val = NULL;
|
||||
const void *key;
|
||||
switch_ssize_t keylen;
|
||||
translate_rule_t *rl, *nrl;
|
||||
translate_rule_t *rl = NULL, *nrl;
|
||||
|
||||
switch_core_hash_this(hi, &key, &keylen, &val);
|
||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "deleting translate profile [%s]\n", (char *) key);
|
||||
|
||||
Reference in New Issue
Block a user