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…
Reference in New Issue