summaryrefslogtreecommitdiffstats
path: root/hcid/device.c
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/device.c')
-rw-r--r--hcid/device.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hcid/device.c b/hcid/device.c
index 74cf7cd3..840f8d1f 100644
--- a/hcid/device.c
+++ b/hcid/device.c
@@ -751,6 +751,7 @@ static void device_free(struct device *device)
{
g_slist_foreach(device->uuids, (GFunc) g_free, NULL);
g_slist_free(device->uuids);
+ g_free(device->address);
g_free(device->path);
g_free(device);
}