Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
Adobe Flex SDK 3.2 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Run the attached sample test TEST.mxml with Flex Builder Profiler.
2. Click all of the buttons several times
3. Each one of the button has mtestBox.removeAllChildren();
Actual Results:
The number of instances remains as below, and does not free all.
DataGrid: 2
RadioButton: 3
DateField: 3
TextInput: 2
TextArea: 2
CheckBox: 2
Expected Results:
The instances should be freed.
Workaround (if any):