Having problems with excessive memory usage in Flex 2 or Apollo? As long as an object in memory is still referenced, it won’t be deleted. Since there are so many references floating around, especially given binding and effects, it’s easy to think you’ve purged all references to an object when you actually haven’t. [...]