freed re after its use at switch_regex_perform in mod_verto.c

This commit is contained in:
Archit Jain 2023-12-23 02:21:08 +05:30 committed by GitHub
parent 987e87bc0b
commit 68abab77d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1898,6 +1898,8 @@ authed:
rule = rule->next;
}
switch_safe_free(re);
}
switch_event_add_header_string(stream.param_event, SWITCH_STACK_BOTTOM, "HTTP-URI", request->uri);