diff options
-rw-r--r-- | drivers/hfpmodem/voicecall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hfpmodem/voicecall.c b/drivers/hfpmodem/voicecall.c index 52bec361..a132243a 100644 --- a/drivers/hfpmodem/voicecall.c +++ b/drivers/hfpmodem/voicecall.c @@ -179,7 +179,7 @@ static void release_with_status(struct ofono_voicecall *vc, int status) else vd->calls = c->next; - g_slist_free_1(c); + g_slist_free_1(c); } } |