commit | 01d0fbfa683012623f030ec75a63e1a9fabcb916 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@android.com> | Tue Dec 01 14:52:19 2009 -0800 |
committer | Romain Guy <romainguy@android.com> | Tue Dec 01 16:37:59 2009 -0800 |
tree | 46b36adc733a96d8e3dc367bd4d2d2d4ffb95773 | |
parent | ed90811e711065bcc82a45f4173587cd95ef6b6f [diff] |
Fix a leak in WebView. Fixes #2296601. WebView and its related APIs are keeping static objects that hold references to Context instance. This could cause applications to leak their first Activity and all the associated resources.