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

Memory leak in WPF application when switching between content #15

Open
bhrnjica opened this issue Sep 29, 2018 · 0 comments
Open

Memory leak in WPF application when switching between content #15

bhrnjica opened this issue Sep 29, 2018 · 0 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@bhrnjica
Copy link
Owner

Seem that not all WPF components and included external resources (projectinfo.rtf file) are not disposed 100%. Some memory still remain after project is closed. I think the main problem is projectinfo.rtf file loaded into rich-text control. So disposing richtext content from rtf content should fix the problem in most but not all cases.

@bhrnjica bhrnjica added bug Something isn't working help wanted Extra attention is needed labels Sep 29, 2018
@bhrnjica bhrnjica self-assigned this Sep 29, 2018
@bhrnjica bhrnjica added this to To do in ANNdotNET 1.2 via automation Sep 29, 2018
@bhrnjica bhrnjica changed the title Memory leak in WPF applciation when switching between Content Memory leak in WPF application when switching between Content Sep 29, 2018
@bhrnjica bhrnjica changed the title Memory leak in WPF application when switching between Content Memory leak in WPF application when switching between content Sep 29, 2018
@bhrnjica bhrnjica removed this from To do in ANNdotNET 1.2 Dec 6, 2018
@bhrnjica bhrnjica added this to To do in ANNdotNET vNext Dec 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
Development

No branches or pull requests

1 participant