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

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

Merge "Fix sanitize address after scope"

parents 8a648312 b9e1645e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ class HalHealthLoop : public HealthLoop {
    void set_charger_online(const HealthInfo& health_info);

  private:
    const std::string& instance_name_;
    std::string instance_name_;
    sp<IHealth> service_;
    bool charger_online_ = false;
};