OVMS3-idf/components/bt
Hrishikesh Dhayagude 7ffd68cac2 components/bt: Fix a probable memory leak for BTA_GATTS_CONF_EVT event (backport v3.1)
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-27 12:03:20 +05:30
..
bluedroid components/bt: Fix a probable memory leak for BTA_GATTS_CONF_EVT event (backport v3.1) 2018-08-27 12:03:20 +05:30
include Merge branch 'bugfix/btdm_tx_power_value' into 'master' 2018-06-13 07:43:13 +08:00
lib@d3c834d661 component/bt: Fix bug of SPP crash on reset 2018-08-08 12:03:32 +08:00
test component/bt: Fixed the vulnerability released by Bluetooth org when using public key not check in the process of ECDH encryption. 2018-08-13 19:47:02 +08:00
bt.c bt : fix bug that bluetooth controller init/disable/enable/disable may cause exception 2018-08-01 20:08:40 +08:00
component.mk component/bt: implement HFP Hands Free Unit Role 2018-05-21 11:33:30 +08:00
Kconfig Component/bt: fix hci_hal_env.rx_q and xHciH4Queue blocking when scanning 2018-08-01 15:10:28 +08:00