1
0
mirror of https://github.com/coturn/coturn.git synced 2025-11-01 23:41:09 +01:00
This commit is contained in:
Mészáros Mihály 2020-06-22 16:08:50 +02:00
parent 170da11407
commit fefc55041c

View File

@ -293,11 +293,6 @@ static stun_buffer_list_elem *new_blist_elem(ioa_engine_handle e)
if(!ret) {
ret = (stun_buffer_list_elem *)malloc(sizeof(stun_buffer_list_elem));
/* init bzero below will solve all of these in one step
ret->buf.len = 0;
ret->buf.offset = 0;
ret->buf.coffset = 0;
*/
ret->next = NULL;
if (!ret) {
TURN_LOG_FUNC(TURN_LOG_LEVEL_ERROR, "%s: Cannot allocate memory for STUN buffer!\n", __FUNCTION__);