-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Leak Proof Controls #143
Comments
Dang everything is a zombie 😨 |
@usefulBeeing I've been doing some research on this lately it seems this is a .NET MAUI issue, can you do us a favor and try doing this for the native(maui) controls let's see how many zombies do we really have natively |
@FreakyAli , all native controls tested were a success story, the only exception is the border control. Please check the results out under the README page of the SimplifiedLeakDetector.Maui project when you have time. |
@usefulBeeing I see we can fix this in the coming days i should get free enough in the middle of this month |
@usefulBeeing Used MemoryToolkit for one of my apps yesterday, Image and a bunch of other controls seem to have the zombie issue too |
Please, check how the author of UraniumUI identified the leak source. I hope this helps⚓ |
This definitely helps, Thanks! |
While exploring the FreakyControls, I also took the opportunity to test them for possible memory leaks against a wrapper I created around the MemoryToolkit.
Describe the solution you'd like:
Leak free controls in v5.0, currently a pre-release.
Platform and Target Devices:
Following are the test results:
Screenshotst:
The text was updated successfully, but these errors were encountered: