mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-18 01:28:42 +00:00
CID:1214220 Resource leak
This commit is contained in:
parent
619b31e1e8
commit
68825ff4f1
@ -3409,6 +3409,7 @@ static void pickup_pres_event_handler(switch_event_t *event)
|
||||
|
||||
if (zstr(domain_name)) {
|
||||
switch_safe_free(dup_to);
|
||||
switch_safe_free(dup_domain_name);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user