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

Commit 696f7da8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "RootCanal: Uninitialized member in rootcanal/hal" into main

parents 9aff5801 8caea829
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()