summaryrefslogtreecommitdiffstats
path: root/src/dbus-hci.c
diff options
context:
space:
mode:
authorAlok Barsode <alok.barsode@azingo.com>2008-09-01 14:25:49 +0530
committerAlok Barsode <alok@greatbear.(none)>2008-09-03 12:05:22 +0530
commit44bebaf5962f0b0a60b66ec8ab65f1d211b60b9d (patch)
tree0ead92933405e91c16cd1f35f0701b4de4286791 /src/dbus-hci.c
parentd8c17dd3fd51a7e2dcc57ece40b2e2d0d4ac50e2 (diff)
Freeing oor_devices list after device discovery.
Diffstat (limited to 'src/dbus-hci.c')
-rw-r--r--src/dbus-hci.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/dbus-hci.c b/src/dbus-hci.c
index e67cb64c..69bafa4f 100644
--- a/src/dbus-hci.c
+++ b/src/dbus-hci.c
@@ -883,11 +883,6 @@ void hcid_dbus_periodic_inquiry_exit(bdaddr_t *local, uint8_t status)
state = adapter_get_state(adapter);
state &= ~PERIODIC_INQUIRY;
adapter_set_state(adapter, state);
-
- /* free out of range devices list */
- g_slist_foreach(adapter->oor_devices, (GFunc) free, NULL);
- g_slist_free(adapter->oor_devices);
- adapter->oor_devices = NULL;
}
static char *extract_eir_name(uint8_t *data, uint8_t *type)