From fbf89763779b6ebad6ed956d8c81bfdeb8317122 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 14 Mar 2008 20:05:52 +0000 Subject: agent_release is already called through agent_free and doesn't need to be public --- hcid/dbus-hci.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'hcid/dbus-hci.c') diff --git a/hcid/dbus-hci.c b/hcid/dbus-hci.c index 0e4ffbba..866ee354 100644 --- a/hcid/dbus-hci.c +++ b/hcid/dbus-hci.c @@ -401,7 +401,6 @@ int unregister_adapter_path(const char *path) release_passkey_agents(adapter, NULL); if (adapter->agent) { - agent_release(adapter->agent); agent_destroy(adapter->agent, FALSE); adapter->agent = NULL; } @@ -804,7 +803,6 @@ int hcid_dbus_stop_device(uint16_t id) release_passkey_agents(adapter, NULL); if (adapter->agent) { - agent_release(adapter->agent); agent_destroy(adapter->agent, FALSE); adapter->agent = NULL; } @@ -995,7 +993,6 @@ void hcid_dbus_bonding_process_complete(bdaddr_t *local, bdaddr_t *peer, release_passkey_agents(adapter, peer); if (adapter->agent) { - agent_release(adapter->agent); agent_destroy(adapter->agent, FALSE); adapter->agent = NULL; } -- cgit