• Eric Bottard's avatar
    Prevent retention of child from parent · 9d2983e9
    Eric Bottard authored
    When the child is listening for parent closed events
    the parent has a reference to the listener which contains the chils.
    Thust there is a cycle of references and a GC probalem waiting to
    happen.
    
    This change breaks the cycle by making the reference to the
    child a WeakReference.
    
    Fixes gh-559
    9d2983e9
Name
Last commit
Last update
docs Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-full-build Loading commit data...
spring-boot-integration-tests Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-tools Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.adoc Loading commit data...
README.adoc Loading commit data...
pom.xml Loading commit data...