| Index: device/bluetooth/bluetooth_adapter_mac_unittest.mm
|
| diff --git a/device/bluetooth/bluetooth_adapter_mac_unittest.mm b/device/bluetooth/bluetooth_adapter_mac_unittest.mm
|
| index bc6349999cdd4b10d00f45b75bccd7ecc50850cf..f5d7c8125e2ebc608a4a270f0186fe43dc5fbd35 100644
|
| --- a/device/bluetooth/bluetooth_adapter_mac_unittest.mm
|
| +++ b/device/bluetooth/bluetooth_adapter_mac_unittest.mm
|
| @@ -119,6 +119,7 @@ class BluetoothAdapterMacTest : public testing::Test {
|
| mock_central_manager_ = [[MockCentralManager alloc] init];
|
| [mock_central_manager_ setState:desired_state];
|
| adapter_mac_->SetCentralManagerForTesting(mock_central_manager_);
|
| + [mock_central_manager_ release];
|
| return true;
|
| }
|
|
|
|
|