-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
JS binding causes memory leak in 65+ #2390
Comments
Appears to be a problem with the newer binding method also. |
The It appears to be related to how we're currently storing a Relevant commit for |
@chylex Thanks for taking the time to create a example, greatly appreciated 👍 |
Tested with latest build, appears to be working fine now. Thanks! |
Thanks for checking 👍 Closing as appears the problem is resolved. |
What version of the product are you using?
What architecture x86 or x64?
On what operating system?
Are you using
WinForms
,WPF
orOffScreen
?What steps will reproduce the problem?
RegisterAsyncJsObject
on a browser and then reloading that browser keeps increasing memory usage and never releases itReproduction example
CefSharp.WinForms.Example
Go
or reload the page, memory usage of the subprocess should keep rising foreverThe text was updated successfully, but these errors were encountered: