Fix: No need to set this to NULL
authorDenis Kenzior <denkenz@gmail.com>
Wed, 28 Oct 2009 22:40:35 +0000 (17:40 -0500)
committerDenis Kenzior <denkenz@gmail.com>
Wed, 28 Oct 2009 22:40:35 +0000 (17:40 -0500)
drivers/hfpmodem/voicecall.c

index 49196a4..64c1e79 100644 (file)
@@ -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,