mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
fix leak calllog
This commit is contained in:
parent
23d28dbb02
commit
f11cabf8b2
1 changed files with 1 additions and 1 deletions
|
|
@ -310,7 +310,7 @@ LinphoneCallLog * linphone_call_log_new(LinphoneCallDir dir, LinphoneAddress *fr
|
|||
set_call_log_date(cl,cl->start_date_time);
|
||||
cl->from=from;
|
||||
|
||||
cl->to = linphone_address_clone(to);
|
||||
cl->to=to;
|
||||
|
||||
cl->status=LinphoneCallAborted; /*default status*/
|
||||
cl->quality=-1;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue