diff --git a/coreapi/call_log.c b/coreapi/call_log.c index 15a1b70f0..9871d7003 100644 --- a/coreapi/call_log.c +++ b/coreapi/call_log.c @@ -311,7 +311,6 @@ LinphoneCallLog * linphone_call_log_new(LinphoneCallDir dir, LinphoneAddress *fr cl->from=from; cl->to = linphone_address_clone(to); - linphone_address_clean(cl->to); cl->status=LinphoneCallAborted; /*default status*/ cl->quality=-1;