mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 11:38:08 +00:00
fix memory leaks
This commit is contained in:
parent
840856ca55
commit
327e154dba
2 changed files with 1 additions and 2 deletions
|
|
@ -358,7 +358,6 @@ static void linphonec_call_state_changed(LinphoneCore *lc, LinphoneCall *call, L
|
|||
case LinphoneCallOutgoingInit:
|
||||
linphonec_call_identify(call);
|
||||
id=(long)linphone_call_get_user_pointer (call);
|
||||
from=linphone_call_get_remote_address_as_string(call);
|
||||
linphonec_out("Establishing call id to %s, assigned id %i\n", from,id);
|
||||
break;
|
||||
case LinphoneCallUpdatedByRemote:
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 3c348bc98e990f0819b972a8b04d80da2d6d0d77
|
||||
Subproject commit 219ac72b1747c2fda993e5908461f090822aa135
|
||||
Loading…
Add table
Reference in a new issue