From 339c7678f6764fae366741ec6a1c6ab69797914d Mon Sep 17 00:00:00 2001 From: Jehan Monnier Date: Tue, 25 Jul 2017 21:09:01 +0200 Subject: [PATCH] fix call from sip uri with transport --- coreapi/call_log.c | 1 - 1 file changed, 1 deletion(-) 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;