]> granicus.if.org Git - esp-idf/commit
bt component: Fix memory leak while using gatt server
authorisland <island@espressif.com>
Wed, 12 Apr 2017 03:09:55 +0000 (11:09 +0800)
committerisland <island@espressif.com>
Wed, 12 Apr 2017 06:58:45 +0000 (14:58 +0800)
commitf688309b3a09dd4b55c2ba66f6888dca8dfca8ff
tree47e64a34b1544d59a5b9f3e5f57dedbd4eb52c1e
parent3cad00fdcca7dd4b7939d7862407c000c29657c1
bt component: Fix memory leak while using gatt server

- fix memory leak while creating attribute table
- fix memory leak while deleting service
components/bt/bluedroid/btc/profile/std/gatt/btc_gatts.c
components/bt/bluedroid/osi/future.c
components/bt/bluedroid/osi/include/future.h
components/bt/bluedroid/stack/gatt/gatt_api.c
components/bt/bluedroid/stack/gatt/gatt_db.c
components/bt/bluedroid/stack/gatt/gatt_utils.c
components/bt/bluedroid/stack/gatt/include/gatt_int.h
components/bt/bluedroid/stack/include/gatt_api.h