You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We know when things should go away. We know when a widget is removed from the hierarchy. We know when a treehouse app is replaced. In those cases, we can do the world's most basic leak detector of holding those references weakly after removal, and periodically check + force GC to see if they get collected.
We know when things should go away. We know when a widget is removed from the hierarchy. We know when a treehouse app is replaced. In those cases, we can do the world's most basic leak detector of holding those references weakly after removal, and periodically check + force GC to see if they get collected.
Refs #2029. Refs #2033.
The text was updated successfully, but these errors were encountered: