diff options
-rw-r--r-- | audio/telephony-maemo.c | 1 |
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); |