NordicSemiconductor / Android-BLE-Library

A library that makes working with Bluetooth LE on Android a pleasure. Seriously.
BSD 3-Clause "New" or "Revised" License
2k stars 414 forks source link

Memory leak in example ble-gatt-server #413

Open ramafebri opened 2 years ago

ramafebri commented 2 years ago

https://github.com/NordicSemiconductor/Android-BLE-Library/tree/master/examples/ble-gatt-server

I have found a memory leak in that example app. The leak is because there is no unregisterReceiver function in GattService.kt file.

Thank you.

philips77 commented 1 year ago

Hello,

Thank you for creating the issue. We're working on improving samples for this project.