Created the issue and attached the patch file: https://issues.apache.org/jira/browse/FLEX-35312
Am I doing this correctly? -----Original Message----- From: Jason Taylor [mailto:ja...@dedoose.com] Sent: Wednesday, May 24, 2017 11:59 AM To: dev@flex.apache.org Subject: Flex SDK Patch Hi, I created a patch file for a few minor changes to the FlexSDK to address a memory leak in GridViewLayout. GridViewLayout uses a strong dictionary for caching items, and under many circumstances this cache isn't properly cleared. The patch coverts the dictionaries to weak dictionares and adds a public method to allow a user to force clear the GridViewLayout renderer cache. I have no experience in submitting a patch, so not quite sure what the next step is. ~ JT