diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/voicecall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/voicecall.c b/src/voicecall.c index 8318143a..5b6f94a2 100644 --- a/src/voicecall.c +++ b/src/voicecall.c @@ -1236,7 +1236,7 @@ void ofono_voicecall_notify(struct ofono_modem *modem, const struct ofono_call * { GSList *l; struct voicecalls_data *calls = modem->voicecalls; - struct voicecall *v; + struct voicecall *v = NULL; struct ofono_call *newcall = NULL; ofono_debug("Got a voicecall event, status: %d, id: %u, number: %s", |