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

The code in StickerAdornment leaks every text view it attaches to #66

Open
ryanmolden opened this issue Feb 2, 2024 · 0 comments
Open

Comments

@ryanmolden
Copy link

ryanmolden commented Feb 2, 2024

The code in StickerAdornment does not listen to the IWpfTextView Closed event and thus it leaks every WPF text view it attaches due to lambda capture of the StickerAdornment's this pointer and said lambda being rooted by ThemeManager.Instance.DokiThemeChanged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant