Merge "Fix sanitize address after scope"

This commit is contained in:
Treehugger Robot
2020-05-13 20:07:53 +00:00
committed by Gerrit Code Review

View File

@@ -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;
};