Skip to content

Add tracking for propagated object references

Choose a tag to compare

@sbabcoc sbabcoc released this 22 Mar 22:41
· 160 commits to master since this release
  • Add tracking of propagated object reference to enable release of these references when tests finish. Holding onto these references prevents the associated objects from being freed by the garbage collector.