OSDN Git Service

Merge "Plug memory leak in Simple*Adapter, due to the misuse of a WeakHashMap. This...
authorRomain Guy <romainguy@google.com>
Mon, 4 Jan 2010 22:54:02 +0000 (14:54 -0800)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Mon, 4 Jan 2010 22:54:02 +0000 (14:54 -0800)
commitad87c87e817fc81c443e5d289d20d77746c5951f
tree2fd8951882f4978be4818d56fee1fce0da3e4f44
parenta221f4cb7f8aab4a65fb3f4f2fd53bbfcf53fdd1
parent0782997ca019b8337564bc63b33e8bca2d2087f7
Merge "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."