diff options
Diffstat (limited to 'daemon')
-rw-r--r-- | daemon/echo.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/daemon/echo.c b/daemon/echo.c index 042d9820..23cf4cc0 100644 --- a/daemon/echo.c +++ b/daemon/echo.c @@ -81,6 +81,8 @@ static void authorization_callback(DBusPendingCall *call, void *data) g_io_channel_unref(io); dbus_message_unref(reply); + + dbus_pending_call_unref(call); } static int request_authorization(DBusConnection *conn, |