On 11/26/13 12:24 PM, "Carlos Rovira" <carlos.rov...@codeoscopic.com> wrote:
>Hi Alex, > >I think bindings through MXML still leave some links that need of this >kind >of tool? I remember that some years ago we needed to use a similar code to >remove all bindings in one of our MDI applications when we was about to >close a window module, cleaning all the stuff generate in that module. If >not we end with the module still hanging on in memory. This was by the >time >Flex 4.0 was shipping... There could be issues destroying sub-instances of an MXML document. I think the binding system expects that the entire MXML document will be instantiated and "released". -Alex