Pending D-Bus call to ohmd daemon is canceled if telephony driver is unloaded before reply comes. --- audio/telephony-maemo6.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/audio/telephony-maemo6.c b/audio/telephony-maemo6.c index 94feda2..86a045f 100644 --- a/audio/telephony-maemo6.c +++ b/audio/telephony-maemo6.c @@ -1533,6 +1533,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); } -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html