mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 10:34:54 +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)) {
|
if (zstr(domain_name)) {
|
||||||
switch_safe_free(dup_to);
|
switch_safe_free(dup_to);
|
||||||
|
switch_safe_free(dup_domain_name);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user