mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Fix double free
This commit is contained in:
parent
3773668d8a
commit
274ff16b41
1 changed files with 0 additions and 2 deletions
|
|
@ -347,8 +347,6 @@ static void call_received(SalOp *h){
|
|||
linphone_error_info_set(ei, LinphoneReasonBusy, 486, "Busy - duplicated call", NULL);
|
||||
linphone_core_report_early_failed_call(lc, LinphoneCallIncoming, from_addr, to_addr, ei);
|
||||
sal_op_release(h);
|
||||
linphone_address_unref(from_addr);
|
||||
linphone_address_unref(to_addr);
|
||||
linphone_address_unref(from_address_to_search_if_me);
|
||||
ms_free(addr);
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue