From ff7d1a7091131858fe68e0aa65c0330c303bee8f Mon Sep 17 00:00:00 2001 From: Margaux Clerc Date: Wed, 23 Apr 2014 09:15:41 +0200 Subject: [PATCH] Value uninitialized --- coreapi/linphonecall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/linphonecall.c b/coreapi/linphonecall.c index 6ac45de4f..cbb6624d4 100644 --- a/coreapi/linphonecall.c +++ b/coreapi/linphonecall.c @@ -1450,7 +1450,7 @@ static void _linphone_call_prepare_ice_for_stream(LinphoneCall *call, int stream } int linphone_call_prepare_ice(LinphoneCall *call, bool_t incoming_offer){ - SalMediaDescription *remote; + SalMediaDescription *remote = NULL; bool_t has_video=FALSE; if ((linphone_core_get_firewall_policy(call->core) == LinphonePolicyUseIce) && (call->ice_session != NULL)){