-
Notifications
You must be signed in to change notification settings - Fork 321
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
LayoutDocument leaks on close #171
Comments
…s commit can not fix this Error Dirkster99#171
I have clear all of the references of this usercontrol on the demo created,but when I check the memory,there is a stack not recycling,Make sure this Load of HeavyLoad will be collected by GC.Help me double check my pull request LyonJack@6ec1e30 will work well |
@ladych |
It seems that LayoutDocument needs to be freed somwhere after the Document Pane is closed. Here is small Reproducer. It seems that Document is hold by private property of Docingmanager it self. Is there any correct way to Free Document After it is closed?
AvalonDocPanelMemoryLeaks.zip
The text was updated successfully, but these errors were encountered: