mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-19 01:45:32 +00:00
[mod_verto] Fix memory leak and a deadlock on verto endpoint interface in verto_outgoing_channel()
This commit is contained in:
parent
36ac71f621
commit
c1b00d945b
@ -5496,7 +5496,7 @@ static switch_call_cause_t verto_outgoing_channel(switch_core_session_t *session
|
|||||||
free(dial_str);
|
free(dial_str);
|
||||||
}
|
}
|
||||||
|
|
||||||
return cause;
|
goto end;
|
||||||
} else {
|
} else {
|
||||||
const char *dialed_user = switch_event_get_header(var_event, "dialed_user");
|
const char *dialed_user = switch_event_get_header(var_event, "dialed_user");
|
||||||
const char *dialed_domain = switch_event_get_header(var_event, "dialed_domain");
|
const char *dialed_domain = switch_event_get_header(var_event, "dialed_domain");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user