mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 04:31:50 +00:00
CID:1214220 Resource leak
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user