Fix cancel pending D-Bus call to ohmd

Pending D-Bus call to ohmd daemon is canceled if telephony driver is
unloaded before reply comes.
This commit is contained in:
Dmitriy Paliy 2011-08-05 10:19:37 +03:00 committed by Johan Hedberg
parent fb25161654
commit fad552de92

View File

@ -1528,6 +1528,8 @@ static void csd_call_free(void *data)
g_free(call->object_path);
g_free(call->number);
g_slist_foreach(pending, remove_pending_by_data, call);
g_free(call);
}