提交 b2d153f9 authored 作者: Travis Cross's avatar Travis Cross

Improve comment

上级 beca9eff
......@@ -256,8 +256,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_phrase_macro_event(switch_core_sessio
char *name = (char *) switch_xml_attr_soft(action, "phrase");
status = switch_ivr_phrase_macro(session, name, odata, chan_lang, args);
} else if (!strcasecmp(func, "break")) {
done = 1;
/* must allow the switch_safe_free below to execute or we leak - do not break here */
done = 1; /* don't break or we leak memory */
} else if (!strcasecmp(func, "execute")) {
switch_application_interface_t *app;
char *cmd, *cmd_args;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论