mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
FS-9381: [mod_sofia] fix leak in sofia_presence_chat_send
This commit is contained in:
@@ -384,6 +384,7 @@ switch_status_t sofia_presence_chat_send(switch_event_t *message_event)
|
||||
|
||||
sofia_glue_free_destination(dst);
|
||||
switch_safe_free(dup_dest);
|
||||
switch_safe_free(user_via);
|
||||
switch_safe_free(remote_host);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user