diff options
author | Denis Kenzior <denkenz@gmail.com> | 2009-10-28 17:40:35 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2009-10-28 17:40:35 -0500 |
commit | 2c5ea9d4ee6c1c7fd81eec297a1c6fe7cbeb2489 (patch) | |
tree | 99306053766e6d262ff726ce8aeae99b58c83664 | |
parent | c41a8ced81f56b9bc3ee691cf77cc9cb52bbb5ba (diff) | |
download | ofono-2c5ea9d4ee6c1c7fd81eec297a1c6fe7cbeb2489.tar.bz2 |
Fix: No need to set this to NULL
-rw-r--r-- | drivers/hfpmodem/voicecall.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hfpmodem/voicecall.c b/drivers/hfpmodem/voicecall.c index 49196a4f..64c1e79f 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, |