Skip to content
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

Event Handler Leak on every button click - System.Windows.VisualStateManager+<>c__DisplayClass12_0 #3539

Open
VibinKesavan opened this issue Apr 24, 2024 · 1 comment
Labels
bug evaluation required Items is pending review or evaluation by the team Waiting on feedback Additional information is needed. Stale items with this label may be closed.

Comments

@VibinKesavan
Copy link

Bug explanation

Hi,
I am using this package in my app, and while I was doing memory profiling of the app using dotmemory, I am getting
Event handlers leak

Type: System.Windows.VisualStateManager+<>c__DisplayClass12_0
Retained Size: 3,360
Count: 105

Every button click is creating a handler leak, so far its not breaking the app, but I through of raising it so that we can fix it. can you please help ?

Version

5.0.0

@VibinKesavan VibinKesavan added bug evaluation required Items is pending review or evaluation by the team labels Apr 24, 2024
@nicolaihenriksen
Copy link
Contributor

@VibinKesavan Could you share a sample application where you can see this leak? In a very simple app with just a MDIX styled button, I do not see this leak.

Many factors could influence the outcome, so if you don't have a sample application, please elaborate on which particular style of button is used, which bindings are set up and so on. Thanks.

@nicolaihenriksen nicolaihenriksen added the Waiting on feedback Additional information is needed. Stale items with this label may be closed. label May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug evaluation required Items is pending review or evaluation by the team Waiting on feedback Additional information is needed. Stale items with this label may be closed.
Projects
None yet
Development

No branches or pull requests

2 participants