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 Michael Jerris
parent 93ee6158ff
commit 58a8d5daa6
1 changed files with 0 additions and 1 deletions

View File

@ -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;