mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-25 21:24:16 +08:00
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:
parent
fb25161654
commit
fad552de92
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user