diff --git a/coreapi/call_log.c b/coreapi/call_log.c index 9871d7003..d0f67d781 100644 --- a/coreapi/call_log.c +++ b/coreapi/call_log.c @@ -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;