]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[libesl] Coverity 1512636 Unused value coverity_20250131
authorAndrey Volk <andywolk@gmail.com>
Fri, 31 Jan 2025 16:38:24 +0000 (19:38 +0300)
committerAndrey Volk <andywolk@gmail.com>
Fri, 31 Jan 2025 18:26:32 +0000 (21:26 +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;