Index: device/bluetooth/bluetooth_adapter_win.cc |
diff --git a/device/bluetooth/bluetooth_adapter_win.cc b/device/bluetooth/bluetooth_adapter_win.cc |
index 5341aba85929e56e095947a4ba51b4e41b41b7b2..374620bbce1cb2aea94e6fd2c2e2e75a6a27bc41 100644 |
--- a/device/bluetooth/bluetooth_adapter_win.cc |
+++ b/device/bluetooth/bluetooth_adapter_win.cc |
@@ -34,7 +34,6 @@ BluetoothAdapterWin::~BluetoothAdapterWin() { |
task_manager_->RemoveObserver(this); |
task_manager_->Shutdown(); |
} |
- STLDeleteValues(&devices_); |
} |
void BluetoothAdapterWin::AddObserver(BluetoothAdapter::Observer* observer) { |