提交 58a8d5da authored 作者: Seven Du's avatar Seven Du 提交者: Michael Jerris

FS-7513: remove extra memset since it's already garanteed in switch_core_alloc

上级 93ee6158
......@@ -789,7 +789,6 @@ static void conference_parse_layouts(conference_obj_t *conference)
}
lg = switch_core_alloc(conference->pool, sizeof(*lg));
memset(lg, 0, sizeof(*lg));
while(x_layout) {
const char *name = x_layout->txt;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论