ParsleyModuleInfoProxy memory leak
Whenever you create a module using the Cairngorm Module 0.9 library, a ParsleyModuleInfoProxy object is created that is never garbage collected since there are hard references to the Parsley Library. Here is a screenshot of a couple of those paths
http://skitch.com/jeffknight/dk15h/flash-profile-cairngorm-parsley
The module is being cleaned up correctly when the s:Window is closed, however these proxies stick around. I am using Parsley 2.2.2 for Flex 4
