提交 e9f18304 authored 作者: William King's avatar William King 提交者: Mike Jerris

FS-9650 initialize pointer to NULL to resolve warning

上级 90c09d04
......@@ -490,7 +490,7 @@ static void *SWITCH_THREAD_FUNC switch_core_service_thread(switch_thread_t *thre
{
switch_core_session_t *session = obj;
switch_channel_t *channel;
switch_frame_t *read_frame;
switch_frame_t *read_frame = NULL;
// switch_assert(thread != NULL);
// switch_assert(session != NULL);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论