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

Commit b2a5b0dd authored by Yifan Hong's avatar Yifan Hong Committed by Automerger Merge Worker
Browse files

Merge "Fix sanitize address after scope" into rvc-dev am: 50532954

Change-Id: Ia26a19a5daca2bfc6d1fdd0917aae9e623a01757
parents ba0eaddb 50532954
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;
};