commit | 50532954edcda8bc62e56bddfd4c2a882ed1a893 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Wed May 13 22:21:51 2020 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed May 13 22:21:51 2020 +0000 |
tree | ee19d8e97ef8fd59fdb78fb9ceb00e19efdbdaaf | |
parent | 2e59c223262c96c61d1ccf315c708dc1bba126af [diff] | |
parent | c12c57699918889e2f662adfba929fbeb8efac6e [diff] |
Merge "Fix sanitize address after scope" into rvc-dev
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; };