How to Dispose the MediaElement in .NET 8? #1663
-
Hi As it seems, the See also: In .NET 8 and iOS I now have the problem, that this See also the docu of So what's the recommended way to clean up the resources of a |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
@marco-skizza you can try to override the |
Beta Was this translation helpful? Give feedback.
-
Closed as answered |
Beta Was this translation helpful? Give feedback.
@pictos
Yes, it works!
The memory leak is gone with the new version, when disposing the
MediaElement
as shown above.Many thanks for all your effort!