| Index: chromeos/dbus/bluetooth_input_client.cc
|
| diff --git a/chromeos/dbus/bluetooth_input_client.cc b/chromeos/dbus/bluetooth_input_client.cc
|
| index 0cc59a8eb3205fcabd8718b04e63980168230ae8..5f0cb4f4f5bc0f78979ac9da43d18ba78dc34210 100644
|
| --- a/chromeos/dbus/bluetooth_input_client.cc
|
| +++ b/chromeos/dbus/bluetooth_input_client.cc
|
| @@ -34,7 +34,7 @@ class BluetoothInputClientImpl
|
| : public BluetoothInputClient,
|
| public dbus::ObjectManager::Interface {
|
| public:
|
| - BluetoothInputClientImpl() : weak_ptr_factory_(this) {}
|
| + BluetoothInputClientImpl() : object_manager_(NULL), weak_ptr_factory_(this) {}
|
|
|
| virtual ~BluetoothInputClientImpl() {
|
| object_manager_->UnregisterInterface(
|
|
|