]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[libesl] Coverity 1512636 Unused value 2756/head
authorAndrey Volk <andywolk@gmail.com>
Fri, 31 Jan 2025 16:38:24 +0000 (19:38 +0300)
committerAndrey Volk <andywolk@gmail.com>
Mon, 3 Feb 2025 23:18:47 +0000 (02:18 +0300)
libs/esl/src/esl_event.c

index cca7899d8017a9ab3d2f5c0c7b190ce3f5c563b4..ea62d2fa3dbb3458b772b9331c5af2bc878d62a8 100644 (file)
@@ -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->array = m;
                        header->idx++;
-                       m = NULL;
                }
 
                i = header->idx + 1;