Welcome to the .NET MAUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the .NET MAUI, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

6
Votes

Loading a SfListView in a page, will cause a memory leak on iOS. An empty page with this control (without even any bindings) is enough.

I have created a demonstration project here: https://github.com/EGoverde/MemoryLeaks 

Opening and closing a page with this control results in the entire page being stuck in memory. Using the project above it can be validated by seeing the memory keep rising in the main page.

Additionally, the MemoryToolkit.Maui also detects these pages as leaking, triggering a popup to confirm this.

This issue quickly results in out-of-memory exceptions!

I have also tested these controls on Android and WinUI, it does not seem to leak on those platforms.