summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
Diffstat (limited to 'audio')
-rw-r--r--audio/telephony-maemo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/telephony-maemo.c b/audio/telephony-maemo.c
index 6388f56f..7a8e9d30 100644
--- a/audio/telephony-maemo.c
+++ b/audio/telephony-maemo.c
@@ -1697,6 +1697,8 @@ void telephony_exit(void)
g_slist_free(calls);
calls = NULL;
+ dbus_connection_remove_filter(connection, signal_filter, NULL);
+
dbus_connection_unref(connection);
connection = NULL;
}