- 
    
Bug
 - 
    Resolution: Unresolved
 - 
    
P4: Low
 - 
    5.8.0
 - 
    MacOsX 10.11.6, Android 4.4.2, iOS 10.1.1
 
When the delegate of a PathView is a combination of Component delegate + Loader(Component), during the destruction of the Component delegate the Component loaded by the Loader is not destroyed, leaving reference errors for the bindings of the Loader.
A workaround for the problem is to assign false to the active property of the Loader during the Component delegate destruction.
A simple example is attached.