commit | c8ca2a3a07300349e2733e05255f01a677647f24 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@android.com> | Mon Jan 04 14:52:38 2010 -0800 |
committer | Romain Guy <romainguy@android.com> | Mon Jan 04 14:52:38 2010 -0800 |
tree | e7768dcdc8ee514a31f7a46f24bf63e9f3214463 | |
parent | 3bf657a22bc46f06a9b73d2c5d256f48205849d6 [diff] |
Plug memory leak in Simple*Adapter, due to the misuse of a WeakHashMap. This removes an optimization but the benefit is not worth the memory leak. Bug: #2353474.