Jason Taylor created FLEX-35312:
-----------------------------------
Summary: Memory Leak in GridViewLayout
Key: FLEX-35312
URL: https://issues.apache.org/jira/browse/FLEX-35312
Project: Apache Flex
Issue Type: Bug
Components: Spark: Grid
Affects Versions: Apache Flex 4.14.1, Apache Flex 4.14.0, Apache Flex
4.12.1, Apache Flex 4.13.0, Apache Flex 4.15.0, Apache Flex 4.16.0, Apache Flex
4.17.0
Environment: All
Reporter: Jason Taylor
The Spark GridViewLayout uses strong dictionaries for caching itemrenderers,
often leading to a situation where those itemrenderers are never released to
the garbage collector.
The proposed patched changes GridViewLayout to use weak reference dictionaries
and additionally adds a public method to Grid to allow the client to explicitly
flush the item renderer cache.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)