Diff between 224b6b8088b725c5f3755fdf377f78b13dcdf31e and 40cef67567ae92820520626bce05ec22aff9007b

Changed Files

File Additions Deletions Status
android/hal-bluetooth.c +2 -0 modified

Full Patch

diff --git a/android/hal-bluetooth.c b/android/hal-bluetooth.c
index 4ef2ebe..2232ebe 100644
--- a/android/hal-bluetooth.c
+++ b/android/hal-bluetooth.c
@@ -891,6 +891,8 @@ static int close_bluetooth(struct hw_device_t *device)
 
 	cleanup();
 
+	free(device);
+
 	return 0;
 }