提交 310f2ec3 authored 作者: Michael Jerris's avatar Michael Jerris

initialize var

上级 5cccc627
...@@ -174,7 +174,7 @@ static void do_unload(void) { ...@@ -174,7 +174,7 @@ static void do_unload(void) {
void *val = NULL; void *val = NULL;
const void *key; const void *key;
switch_ssize_t keylen; switch_ssize_t keylen;
translate_rule_t *rl, *nrl; translate_rule_t *rl = NULL, *nrl;
switch_core_hash_this(hi, &key, &keylen, &val); switch_core_hash_this(hi, &key, &keylen, &val);
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "deleting translate profile [%s]\n", (char *) key); switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "deleting translate profile [%s]\n", (char *) key);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论