FS-9381: [mod_sofia] fix leak in sofia_presence_chat_send
This commit is contained in:
parent
7df07d30e0
commit
2c86910092
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue