-
Notifications
You must be signed in to change notification settings - Fork 50
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
Possible memory leak when using AutomationElement.FromPoint #4
Comments
I have noticed that memory usage overall seems to gradually climb. I do not use |
I am using AutomationElement.FromPoint and it gets stuck for few objects. Is this issue with Memory Leak already resolved? |
@JinendraG I don't think this project is being supported anymore |
@Tankatronic : Thanks for the update. Do you know if there is any other alternative library to replace Com Wrapper |
@JinendraG Not that I know of! I have since moved on and am no longer working on a project that requires the functionality so I have not been keeping up. |
I have code that calls AutomationElement.FromPoint every second, and noticed that the unmanaged memory continues to climb and i couldn't seem to find a way to get it to release it's memory.
The text was updated successfully, but these errors were encountered: