roubachof/Sharpnado.CollectionView

Memory leak in Android CollectionView

Closed this issue · 0 comments

Platform (please complete the following information):

  • OS: Android

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.