mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
FS-7513: remove extra memset since it's already garanteed in switch_core_alloc
This commit is contained in:
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;
|
||||
|
||||
Reference in New Issue
Block a user