From c92a31ac3a44c7e0e645e5d251ac2ac458a18bdc Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Fri, 27 Aug 2010 18:26:45 -0500 Subject: voicecall: Cleanup dial request when removing atom --- src/voicecall.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/voicecall.c b/src/voicecall.c index dcd88f78..6ad58ad3 100644 --- a/src/voicecall.c +++ b/src/voicecall.c @@ -1953,6 +1953,8 @@ static void voicecall_unregister(struct ofono_atom *atom) vc->sim_watch = 0; } + dial_request_finish(vc, TRUE); + for (l = vc->call_list; l; l = l->next) voicecall_dbus_unregister(vc, l->data); -- cgit v1.2.3