The profiler will show you who is still referencing the object.
On 7/29/10 1:01 PM, "djbrown_rotonews" <[email protected]> wrote: I'm trying to track down a memory leak in one of my applications, having already employed the "use weak reference in dictionaries and eventListeners" guideline. I have an wrapper object, that has (among other properties) a reference to another object, which contains an array of a third object. Does simply nulling the parent effectively mark the embedded object(s) for GC, or do I need to iterate over the internal object array and null them out individually? -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

