Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK 4.0 (Release)
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Language Found: English
Description
Steps to reproduce:
1. Import and build the attached Flash Builder project.
2. Run SubModuleTest in the profiler.
3. Press the "load Module1" button.
4. Press the "load SubModule1" button.
5. Press the "unload Module1" button.
6. Force garbage collection in the profiler.
Actual Results:
The module factory references Module1 (_Module1_mx_core_FlexModuleFactory) and SubModule1 (_SubModule1_mx_core_FlexModuleFactory) are not garbage collected.
Expected Results:
The module factories are garbage collected.
Workaround (if any):
Unload SubModule1 first and then Module1.