FS-7513: remove extra memset since it's already garanteed in switch_core_alloc
This commit is contained in:
parent
93ee6158ff
commit
58a8d5daa6
|
@ -789,7 +789,6 @@ static void conference_parse_layouts(conference_obj_t *conference)
|
||||||
}
|
}
|
||||||
|
|
||||||
lg = switch_core_alloc(conference->pool, sizeof(*lg));
|
lg = switch_core_alloc(conference->pool, sizeof(*lg));
|
||||||
memset(lg, 0, sizeof(*lg));
|
|
||||||
|
|
||||||
while(x_layout) {
|
while(x_layout) {
|
||||||
const char *name = x_layout->txt;
|
const char *name = x_layout->txt;
|
||||||
|
|
Loading…
Reference in New Issue