OVMS3-idf/components/bt/bluedroid/btc
Hrishikesh Dhayagude 29ec0339f6 components/bt: Fix a probable memory leak for BTA_GATTS_CONF_EVT event
Multiple modules register their callback BTA_GATTS_AppRegister().

If any of the callbacks do not free the allocated pointer in
BTA_GATTS_CONF_EVT event, then this can result in memory leak.

So, free the pointer after the callback function is called and remove
the calls to free in the callback functions as it is now not required

Signed-off-by: Hrishikesh Dhayagude <hrishi@espressif.com>
2018-08-25 16:26:37 +00:00
..
core Component/bt: fix get bond list error when connection with no bond 2018-08-08 14:44:22 +08:00
include/btc Component/bt: fix hci_hal_env.rx_q and xHciH4Queue blocking when scanning 2018-08-01 15:06:56 +08:00
profile components/bt: Fix a probable memory leak for BTA_GATTS_CONF_EVT event 2018-08-25 16:26:37 +00:00