diff options
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/hal.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/plugins/hal.c b/plugins/hal.c index 84b530ee..e2189b49 100644 --- a/plugins/hal.c +++ b/plugins/hal.c @@ -124,6 +124,8 @@ static int hal_probe(struct btd_adapter *adapter)  	dbus_pending_call_set_notify(call, formfactor_reply, adapter, NULL); +	dbus_pending_call_unref(call); +  	dbus_message_unref(message);  	return 0; | 
