OVMS3-idf/components/bt/bluedroid/bta/gatt
Hrishikesh Dhayagude 32fd3a3215 components/bt: Fix a probable memory leak for BTA_GATTS_CONF_EVT event (backport v3.0)
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 11:57:14 +05:30
..
bta_gatt_common.c Component/bt: add set local MTU API 2017-09-01 21:55:28 +08:00
bta_gattc_act.c Merge branch 'bugfix/btdm_modify_open_API_params' into 'release/v3.0' 2018-03-30 19:41:31 +08:00
bta_gattc_api.c Component/bt: fix connect fail when remote addr type is random 2018-03-30 17:10:56 +08:00
bta_gattc_cache.c component/bt: delete api bta_gattc_cache_write 2017-11-16 16:40:18 +08:00
bta_gattc_ci.c component/bt : remove all GKI reference 2017-08-23 15:29:30 +08:00
bta_gattc_main.c component/bt: fix gattc open api 2018-03-16 19:23:31 +08:00
bta_gattc_utils.c component/bt: fix gattc open api 2018-03-16 19:23:31 +08:00
bta_gatts_act.c components/bt: Fix a probable memory leak for BTA_GATTS_CONF_EVT event (backport v3.0) 2018-08-27 11:57:14 +05:30
bta_gatts_api.c Component/bt: fix crash when set attr value 0 2017-10-13 15:06:08 +08:00
bta_gatts_main.c component/bt : remove all GKI reference 2017-08-23 15:29:30 +08:00
bta_gatts_utils.c component/bt : remove all GKI reference 2017-08-23 15:29:30 +08:00