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

This commit is contained in:
Seven Du
2015-02-03 23:04:17 +08:00
committed by Anthony Minessale
parent 0d2a804c4d
commit 7260008226
@@ -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;