freed re after its use at switch_regex_perform in mod_verto.c
This commit is contained in:
parent
987e87bc0b
commit
68abab77d6
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue