OSDN Git Service

Add missing NULL pointers assignments
authorPavlin Radoslavov <pavlin@google.com>
Thu, 16 Jun 2016 23:37:57 +0000 (16:37 -0700)
committerPavlin Radoslavov <pavlin@google.com>
Thu, 16 Jun 2016 23:58:15 +0000 (16:58 -0700)
commit8cbc291080730cd7d04990a8fc0e11249b06aa08
tree860b719256f65fe41a43b7ceef6c6f27de518987
parenta62adcab30929566b435891611232566bd69204a
Add missing NULL pointers assignments

Each pointer that was freed by one of the following functions should
be reset to NULL:
 - config_free()
 - data_dispatcher_free()
 - fixed_queue_free()
 - list_free()

Bug: 29421693
Change-Id: Ie55a04ed986393994564edcf872d7413b0767a85
btif/src/btif_hl.cc
btif/src/btif_sock_rfc.cc
hci/src/hci_layer.c
main/stack_config.c
stack/gatt/gatt_utils.c
stack/l2cap/l2c_main.c
stack/l2cap/l2c_utils.c
stack/rfcomm/port_utils.c