mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-25 23:28:09 +00:00
fix small memleak + update ms2
This commit is contained in:
parent
438ebe84a1
commit
1d4ccb16fd
2 changed files with 2 additions and 1 deletions
|
|
@ -147,6 +147,7 @@ static void call_received(SalOp *h){
|
|||
if (is_duplicate_call(lc,from_addr,to_addr)){
|
||||
ms_warning("Receiving duplicated call, refusing this one.");
|
||||
sal_call_decline(h,SalReasonBusy,NULL);
|
||||
sal_op_release(h);
|
||||
linphone_address_destroy(from_addr);
|
||||
linphone_address_destroy(to_addr);
|
||||
return;
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 219ac72b1747c2fda993e5908461f090822aa135
|
||||
Subproject commit ef298ba2719c94f2de563deb7a8ef441d45794fc
|
||||
Loading…
Add table
Reference in a new issue