commit | ff132d5cc75c27de2271497656cee493e82f24e5 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed May 13 20:07:53 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed May 13 20:07:53 2020 +0000 |
tree | 1c44cb86b0f4c0a363197277ffdaa2741458a164 | |
parent | 8a648312f809eaaf53c37eef06547a0c5a46ca54 [diff] | |
parent | b9e1645e0b50b79412d5b6f4ebd5a49b38fb80e6 [diff] |
Merge "Fix sanitize address after scope"
diff --git a/health/utils/libhealth2impl/include/health2impl/HalHealthLoop.h b/health/utils/libhealth2impl/include/health2impl/HalHealthLoop.h index d9b5580..362581e 100644 --- a/health/utils/libhealth2impl/include/health2impl/HalHealthLoop.h +++ b/health/utils/libhealth2impl/include/health2impl/HalHealthLoop.h
@@ -55,7 +55,7 @@ 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; };