Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8caea829 authored by Henri Chataing's avatar Henri Chataing
Browse files

RootCanal: Uninitialized member in rootcanal/hal

Bug: 279665786
Test: m android.hardware.bluetooth@1.1-service.sim
Change-Id: I49e24a8834e3c8199a017f6c703574ad245b1bf9
parent 549850b3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ class BluetoothDeathRecipient : public hidl_death_recipient {
  void setHasDied(bool has_died) { has_died_ = has_died; }

 private:
  bool has_died_;
  bool has_died_{false};
};

BluetoothHci::BluetoothHci()