mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-13 13:40:44 +00:00
[libesl] Coverity 1512636 Unused value
This commit is contained in:
parent
29d6c43a3f
commit
c0ad3542df
@ -545,7 +545,6 @@ static esl_status_t esl_event_base_add_header(esl_event_t *event, esl_stack_t st
|
|||||||
header->value = NULL;
|
header->value = NULL;
|
||||||
header->array = m;
|
header->array = m;
|
||||||
header->idx++;
|
header->idx++;
|
||||||
m = NULL;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
i = header->idx + 1;
|
i = header->idx + 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user