| Index: chromeos/dbus/fake_bluetooth_gatt_descriptor_client.cc
|
| diff --git a/chromeos/dbus/fake_bluetooth_gatt_descriptor_client.cc b/chromeos/dbus/fake_bluetooth_gatt_descriptor_client.cc
|
| index a39a160526a5dc115ac1f57e896c251ce4b13850..3bdeed187f18813fdf1a9edf1670ddeb3127f451 100644
|
| --- a/chromeos/dbus/fake_bluetooth_gatt_descriptor_client.cc
|
| +++ b/chromeos/dbus/fake_bluetooth_gatt_descriptor_client.cc
|
| @@ -56,6 +56,9 @@ FakeBluetoothGattDescriptorClient::FakeBluetoothGattDescriptorClient()
|
| }
|
|
|
| FakeBluetoothGattDescriptorClient::~FakeBluetoothGattDescriptorClient() {
|
| + for(PropertiesMap::iterator iter = properties_.begin(); iter !=
|
| + properties_.end(); iter++)
|
| + delete iter->second;
|
| }
|
|
|
| void FakeBluetoothGattDescriptorClient::Init(dbus::Bus* bus) {
|
|
|