From 21163a201bdde01099a3054024e0219f0ed10166 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 24 Aug 2005 21:09:48 +0000 Subject: Add missing unref call --- hcid/dbus.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hcid/dbus.c b/hcid/dbus.c index d9d74d7a..de51eee6 100644 --- a/hcid/dbus.c +++ b/hcid/dbus.c @@ -103,6 +103,7 @@ static void reply_handler_function(DBusPendingCall *call, void *user_data) PIN_CODE_REPLY_CP_SIZE, &pr); dbus_message_unref(message); + dbus_pending_call_unref(call); return; -- cgit