labapart / gattlib

Library to access GATT information from BLE (Bluetooth Low Energy) devices
http://labapart.com/
436 stars 157 forks source link

Fixed the bug that caused the program to crash. #213

Closed chenbinn closed 3 years ago

chenbinn commented 3 years ago

run examples/notification exec, when recieve notification data more then 2 times case the program to crash.

kdewald commented 3 years ago

This fix is incorrect. I submitted a proper fix in: https://github.com/labapart/gattlib/pull/215

chenbinn commented 3 years ago

This fix is incorrect. I submitted a proper fix in: #215

g_free(key); this code cause crash.