Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Later
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): Apple IOS
Language Found: English
Description
Steps to reproduce:
1. Run attached project
2. Click the following buttons:
- createPanel()
- removeElements()
- doGC()
- doGC()
- doGC()
- doGC()
- showObjReferences()
3. See trace output
Actual Results:
isInMemory outputs true when it should output false. This means that the weak reference to the busy indicator is still [pointing to an object, however the busy indicator should be completely gone.
This bug does not occur in adl or on nexus one
Expected Results:
isInMemory should output false
Workaround (if any):