commit | 73eb105e5bb53356e171837bd6b13b29661806e3 | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Tue Feb 01 18:24:28 2011 -0800 |
committer | John Reck <jreck@google.com> | Tue Feb 01 18:24:28 2011 -0800 |
tree | 5282a7e5931d2183d4f0ab5f8b928dc5ddb0e28e | |
parent | 20b6f1f9fb045605cb7a91dec5df0775be20c50c [diff] |
Slow widget memory leak. Bug: 3369806 Framework currently holds a reference to widget factories forever and doesn't call onDestroy. This causes a large memory leak in browser since that means bitmaps are held in memory forever. This explicitly calls onDestroy and tries to free as much memory as possible. It doesn't fix the problem, just slows the bleeding. Change-Id: I80832941aa75e30b3b6c951fab2c9cb0a7ed477d