We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I find something memory leak when i call UnloadDesigner inDesignSurface
The text was updated successfully, but these errors were encountered:
more infos?
Sorry, something went wrong.
In the SimpleSample demo,I drag TestControl into designsurface and then call UnloadDesigner but the destructors of TestControl never invoke
Puh..
At first it's correct behavior, because if you Undo, Instance is reused...
But, if you do
desItem.Services.GetService<UndoService>().Clear(); GC.Collect();
it's also not called, so there seems to be an error. But atm. I've no time to search for it. If you find samt, I will fix.
No branches or pull requests
I find something memory leak when i call UnloadDesigner inDesignSurface
The text was updated successfully, but these errors were encountered: