OVMS3-idf/components/bt/bluedroid/bta/gatt
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
..
include Component/bt: fix gattc get count invalid 2018-07-31 15:38:00 +08:00
bta_gatt_common.c component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
bta_gattc_act.c Component/bt: fix register multi service change when register multi gattc 2018-06-29 19:54:22 +08:00
bta_gattc_api.c Component/bt: fix memory leak 2018-06-06 02:17:06 +00:00
bta_gattc_cache.c Component/bt: fix gattc get count invalid 2018-07-31 15:38:00 +08:00
bta_gattc_ci.c component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
bta_gattc_co.c Component/bt: fix memory leak 2018-06-06 02:17:06 +00:00
bta_gattc_main.c component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
bta_gattc_utils.c components/bt: Improve the Bluetooth debug messaging scheme 2018-05-14 20:45:05 +08:00
bta_gatts_act.c components/bt: Fix a probable memory leak for BTA_GATTS_CONF_EVT event (backport v3.1) 2018-08-27 12:03:20 +05:30
bta_gatts_api.c component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
bta_gatts_co.c component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
bta_gatts_main.c component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
bta_gatts_utils.c component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00