doki-theme-visualstudio
doki-theme-visualstudio copied to clipboard
The code in StickerAdornment leaks every text view it attaches to
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.