commit | d9f7fba943948e3e79d7413c35af6e10c7eee2e7 | [log] [tgz] |
---|---|---|
author | Fan Zhang <zhfan@google.com> | Thu Jun 07 11:51:09 2018 -0700 |
committer | Fan Zhang <zhfan@google.com> | Thu Jun 07 22:46:19 2018 +0000 |
tree | 53022e724b6396128c24d8216743e0d296bd2783 | |
parent | 60f2f0685535228c399fe1387416b818dcde37fd [diff] |
Fix context leak in AudioSwitchPreferenceController. In this controller the context is stored into a global singleton but was not cleared, thus leaking context and associated views. Change-Id: I4247f8ff753bc0a331c6c81a0e4b5b4bc41588de Bug: 80507279 Test: robotests Test: inspected hprof before/after change