OVMS3-idf/components/bt/bluedroid/bta
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
..
ar component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
av component/bt: Fix bug a2dp assert warn after connected 2018-06-01 10:57:22 +08:00
dm component/bt: Fix bug of remove bond device fail when BLE and BT are connectd at the same time 2018-07-16 15:46:27 +08:00
gatt components/bt: Fix a probable memory leak for BTA_GATTS_CONF_EVT event 2018-08-25 16:26:37 +00:00
hf_client component/bt: modify the invalid retransmission setting for SCO link in HFP 2018-08-06 06:20:51 +00:00
hh components/bt: Improve the Bluetooth debug messaging scheme 2018-05-14 20:45:05 +08:00
include/bta Merge branch 'feature/btdm_bt_ssp' into 'master' 2018-07-13 19:19:53 +08:00
jv bluedroid: remove dependency on arpa/inet.h include 2018-07-30 11:16:38 +05:30
sdp component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
sys components/bt: Improve the Bluetooth debug messaging scheme 2018-05-14 20:45:05 +08:00