labapart / gattlib

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

Fix memory problems #227

Closed lirik90 closed 2 years ago

lirik90 commented 2 years ago

Hi! I tested examples and it's crashed in file dbus/gattlib_notification.c at 105 line. I remove that line and check memory issue via valgrind. That gives me some other errors. I fix it and here we are.

oliviermartin commented 2 years ago

Thanks a lot @lirik90 for your contribution :-)