roubachof / Sharpnado.CollectionView

A performant list view supporting: grid, horizontal and vertical layout, drag and drop, and reveal animations.
The Unlicense
244 stars 30 forks source link

Memory leak in Android CollectionView #110

Closed AdamEssenmacher closed 8 months ago

AdamEssenmacher commented 8 months ago

Platform (please complete the following information):

Describe the bug There is a memory leak in the Android CollectionView that will prevent the view from being garbage collected. This has a cascading effect through the Parent property up to the parent Page, which will also not be collected.

To Reproduce

  1. Add a finalizer to CollectionView. Place a breakpoint or debug.writline() in it and observe that it is never hit.