Chromium Code Reviews| Index: chromeos/dbus/bluetooth_adapter_client.cc |
| diff --git a/chromeos/dbus/bluetooth_adapter_client.cc b/chromeos/dbus/bluetooth_adapter_client.cc |
| index afc379b93a64844c6fe3cd2af82facd69ce6d130..3d8d21380813f3ec247f4f6cfd2e10b14a616992 100644 |
| --- a/chromeos/dbus/bluetooth_adapter_client.cc |
| +++ b/chromeos/dbus/bluetooth_adapter_client.cc |
| @@ -50,7 +50,8 @@ class BluetoothAdapterClientImpl |
| : public BluetoothAdapterClient, |
| public dbus::ObjectManager::Interface { |
| public: |
| - BluetoothAdapterClientImpl() : weak_ptr_factory_(this) {} |
| + BluetoothAdapterClientImpl() |
| + : object_manager_(NULL), weak_ptr_factory_(this) {} |
|
satorux1
2014/09/10 05:25:33
good catch! thank you for fixing.
pneubeck (no reviews)
2014/09/10 07:58:13
Acknowledged.
|
| virtual ~BluetoothAdapterClientImpl() { |
| object_manager_->UnregisterInterface( |