mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +00:00
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));
|
||||
memset(lg, 0, sizeof(*lg));
|
||||
|
||||
while(x_layout) {
|
||||
const char *name = x_layout->txt;
|
||||
|
Loading…
x
Reference in New Issue
Block a user