From 327e154dba1451447d00a977f408077215524486 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Thu, 2 Jun 2011 11:47:17 +0200 Subject: [PATCH] fix memory leaks --- console/linphonec.c | 1 - mediastreamer2 | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/console/linphonec.c b/console/linphonec.c index 38cf24f28..5f7abf38b 100644 --- a/console/linphonec.c +++ b/console/linphonec.c @@ -358,7 +358,6 @@ static void linphonec_call_state_changed(LinphoneCore *lc, LinphoneCall *call, L case LinphoneCallOutgoingInit: linphonec_call_identify(call); id=(long)linphone_call_get_user_pointer (call); - from=linphone_call_get_remote_address_as_string(call); linphonec_out("Establishing call id to %s, assigned id %i\n", from,id); break; case LinphoneCallUpdatedByRemote: diff --git a/mediastreamer2 b/mediastreamer2 index 3c348bc98..219ac72b1 160000 --- a/mediastreamer2 +++ b/mediastreamer2 @@ -1 +1 @@ -Subproject commit 3c348bc98e990f0819b972a8b04d80da2d6d0d77 +Subproject commit 219ac72b1747c2fda993e5908461f090822aa135