diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/dbus.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/dbus.c b/common/dbus.c index aef88c7c..53e1046b 100644 --- a/common/dbus.c +++ b/common/dbus.c @@ -915,6 +915,7 @@ void register_external_service(DBusConnection *conn, const char *identifier, } dbus_pending_call_set_notify(call, external_reply, NULL, NULL); + dbus_pending_call_unref(call); dbus_message_unref(msg); } |