commit | c41a4826d145d592c7c9ed4b4b35cc27ff2e0b9b | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@google.com> | Fri Dec 02 19:00:37 2022 -0800 |
committer | Bart Van Assche <bvanassche@google.com> | Mon Dec 05 10:45:49 2022 -0800 |
tree | c85c6956d6e4a47da81e0724d20ffe1e63837fe0 | |
parent | 633b9ba26b720c8b7715121544e358b3e0b8cac5 [diff] |
init: Do not invoke the ServiceList destructor when exiting From the Google C++ style guide: "Objects with static storage duration are forbidden unless they are trivially destructible." Hence this CL. Bug: 213617178 Change-Id: I4c9a51618ee1eb14ed439295a5fc0101b940a63d Signed-off-by: Bart Van Assche <bvanassche@google.com>