Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK 3.2 (Release)
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Browser: Internet Explorer 8.x
Language Found: English
Description
Steps to reproduce:
1. Run application in profiler
2. click the button to invoke pop-up.
3. click on very first item of the tree
4. Click close button.
5. In profiler view, run the garbage collector.
Actual Results:
- the instance of "newWind" still shown in the live objects.
Expected Results:
- There should be NO instance of "newWind" left in the memory.
Workaround (if any):
- If we select the first item through actionscript, then there would be no memory leak.