OVMS3-idf/components/bt
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
..
bluedroid components/bt: Fix a probable memory leak for BTA_GATTS_CONF_EVT event 2018-08-25 16:26:37 +00:00
include component/bt : decrease memory consumption by conn number 2018-08-14 02:29:17 +00:00
lib@fb64c036ce component/bt : decrease memory consumption by conn number 2018-08-14 02:29:17 +00:00
test bt: build unit tests only when CONFIG_BT_ENABLED=1 2018-08-13 17:38:37 +03:00
bt.c prevent heap_caps_add_region exception if region is empty 2018-08-17 08:49:48 +02:00
component.mk component/bt: implement HFP Hands Free Unit Role 2018-05-21 11:33:30 +08:00
Kconfig tools: fix ci example build report reassign warnning 2018-08-16 11:12:22 +08:00