From: Denis Kenzior Date: Wed, 28 Oct 2009 22:40:35 +0000 (-0500) Subject: Fix: No need to set this to NULL X-Git-Tag: 0.9~35 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2c5ea9d4ee6c1c7fd81eec297a1c6fe7cbeb2489;p=platform%2Fupstream%2Fofono.git Fix: No need to set this to NULL --- diff --git a/drivers/hfpmodem/voicecall.c b/drivers/hfpmodem/voicecall.c index 49196a4..64c1e79 100644 --- a/drivers/hfpmodem/voicecall.c +++ b/drivers/hfpmodem/voicecall.c @@ -395,7 +395,6 @@ static void release_call(struct ofono_voicecall *vc, struct ofono_call *call) vd->call = NULL; g_free(call); - call = NULL; } static void ciev_call_notify(struct ofono_voicecall *vc,