提交 0dfb4db8 authored 作者: Anthony Minessale's avatar Anthony Minessale

how does the older compiler catch things the new one doesnt

上级 46fee25d
......@@ -680,7 +680,7 @@ static char *conference_rfc4579_render(conference_obj_t *conference, switch_even
switch_mutex_lock(conference->member_mutex);
for (np = conference->cdr_nodes; np; np = np->next) {
char *user_uri;
char *user_uri = NULL;
switch_channel_t *channel = NULL;
if (!np->cp || (np->member && !np->member->session) || np->leave_time) { /* for now we'll remove participants when the leave */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论