提交 33e6c1fa authored 作者: Michael Jerris's avatar Michael Jerris

fix potentially uninitiallized var.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1528 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 160fe134
......@@ -1139,7 +1139,7 @@ static switch_status_t exosip_create_call(eXosip_event_t * event)
int mline = 0, pos = 0;
switch_channel_t *channel = NULL;
char name[128];
char *dpayload, *dname = NULL, *drate = NULL;
char *dpayload = NULL, *dname = NULL, *drate = NULL;
char *remote_sdp_str = NULL;
char dbuf[256];
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论