summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-10-20 16:04:04 +0300
committerJohan Hedberg <johan.hedberg@nokia.com>2008-12-08 16:10:56 +0200
commit57dd7e9aa20fcbfb7529216084ada5c34b2de0a0 (patch)
tree79f3322f4f20dd91bc860a9a85215d7c9a09fbe2
parent2e33e8787257edce0d23a8983a7a473926691149 (diff)
Fix DBusMessage memory leak
-rw-r--r--audio/telephony-maemo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/telephony-maemo.c b/audio/telephony-maemo.c
index 8a964ee3..13af058e 100644
--- a/audio/telephony-maemo.c
+++ b/audio/telephony-maemo.c
@@ -800,6 +800,7 @@ int telephony_init(void)
dbus_pending_call_set_notify(call, call_info_reply, NULL, NULL);
dbus_pending_call_unref(call);
+ dbus_message_unref(msg);
snprintf(match_string, sizeof(match_string),
"type=signal,interface=%s", CSD_CALL_INTERFACE);