esp-idf/components
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
..
app_trace
app_update make: Use order-only prereq to check python dependencies 2018-08-23 08:28:57 +02:00
asio asio: initial idf port of asio library without ssl 2018-07-30 06:28:43 +00:00
aws_iot aws-iot: Update to 3.0.1 release 2018-08-07 11:28:54 +05:30
bootloader bootloader: Don't use check_python_dependencies in the bootloader command 2018-08-23 11:41:40 +02:00
bootloader_support Merge branch 'feature/rtc_cpu_freq_config' into 'master' 2018-08-22 11:32:08 +08:00
bt components/bt: Fix a probable memory leak for BTA_GATTS_CONF_EVT event 2018-08-25 16:26:37 +00:00
coap
console
cxx
driver spi_slave: add new menuconfig item to decide whether spi slave should be put into IRAM 2018-08-23 05:21:49 +00:00
esp-tls esp-tls: Add support for network timeout 2018-08-21 09:07:07 +00:00
esp32 Merge branch 'feature/rtc_slowclk_extra_options' into 'master' 2018-08-23 11:27:14 +08:00
esp_adc_cal
esp_http_client Merge branch 'bugfix/http_write_data' into 'master' 2018-08-22 16:49:29 +08:00
esp_https_ota esp_https_ota: Add support for HTTPS based ota feature 2018-08-03 16:47:07 +05:30
espcoredump
esptool_py make: Use order-only prereq to check python dependencies 2018-08-23 08:28:57 +02:00
ethernet emac:optimise tcpip_adapter and fix emac_dev.c 2018-08-20 19:52:48 +08:00
expat expat: add source of entropy 2018-08-02 11:02:45 +02:00
fatfs Erase flash before the first use added. 2018-07-31 08:45:43 +03:00
freertos freertos: Expose TCB & Stack memory capabilities as macro, fix task delete test 2018-08-21 12:19:33 +10:00
heap Merge branch 'doc/heap_tracing' into 'master' 2018-08-10 16:46:52 +08:00
http_server
idf_test fix bug BTSTK_GAP_14007,BTSTK_GAP_14008,BTSTK_GAP_14009 duplicate summary 2018-08-24 14:25:24 +08:00
jsmn
json
libsodium
log
lwip
mbedtls
mdns mdns: Fix a portion of the queries are issued with the wildcard query type 2018-08-14 07:25:08 +00:00
micro-ecc
newlib expat: add source of entropy 2018-08-02 11:02:45 +02:00
nghttp
nvs_flash nvs_flash: Fix nvs_set_blob hang when partition is near to FULL 2018-08-21 17:08:46 +05:30
openssl
partition_table make: Use order-only prereq to check python dependencies 2018-08-23 08:28:57 +02:00
pthread
sdmmc
smartconfig_ack
soc Merge branch 'feature/rtc_slowclk_extra_options' into 'master' 2018-08-23 11:27:14 +08:00
spi_flash app_update: Add API for getting sha256_of_partition 2018-08-13 13:59:07 +05:00
spiffs
tcpip_adapter emac:optimise tcpip_adapter and fix emac_dev.c 2018-08-20 19:52:48 +08:00
ulp ulp: add tests for jumps instruction 2018-08-13 16:48:27 +00:00
vfs
wear_levelling
wpa_supplicant
xtensa-debug-module