commit | ee96c3a259ad1ee3a8604730f8c722224ec07a50 | [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 18:53:59 2018 +0000 |
tree | c495cbedf0f09c174948809a78c47e628874a131 | |
parent | 32d9f451f9a01ed257c7eb04248857b8b640fead [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 Fixes: 80507279 Test: robotests Test: inspected hprof before/after change