From: Luiz Augusto von Dentz <luiz.dentz-von@xxxxxxxxx> Make it unregister its interface on telephony_exit --- audio/telephony-dummy.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/audio/telephony-dummy.c b/audio/telephony-dummy.c index 06cb798..54b1857 100644 --- a/audio/telephony-dummy.c +++ b/audio/telephony-dummy.c @@ -417,6 +417,8 @@ int telephony_init(void) AG_FEATURE_ENHANCED_CALL_STATUS | AG_FEATURE_EXTENDED_ERROR_RESULT_CODES; + DBG(""); + connection = dbus_bus_get(DBUS_BUS_SYSTEM, NULL); if (g_dbus_register_interface(connection, TELEPHONY_DUMMY_PATH, @@ -436,6 +438,10 @@ int telephony_init(void) void telephony_exit(void) { + DBG(""); + + g_dbus_unregister_interface(connection, TELEPHONY_DUMMY_PATH, + TELEPHONY_DUMMY_IFACE); dbus_connection_unref(connection); connection = NULL; } -- 1.7.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