You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WebView will leak memory whenever a view is removed - the HWND hook is not removed so a reference is kept and the GC will not clean up the view that has the WebView and any linked classes.
A lot of applications switch views and this becomes a big problem over time. Unfortunately I am not familiar with C++ so I cannot fix the code and make a pull request, so I request that you fix it! It is a big problem in my hobby application :(
I suggest that we automatically remove the hook or remove it when IDisposable::Dispose() is called.
Thank you!
The text was updated successfully, but these errors were encountered:
oh, thanks for the heads up. i don't switch views in my app so i've never experienced this. i'll investigate a fix when i have some time to work on CefSharp.
WebView will leak memory whenever a view is removed - the HWND hook is not removed so a reference is kept and the GC will not clean up the view that has the WebView and any linked classes.
A lot of applications switch views and this becomes a big problem over time. Unfortunately I am not familiar with C++ so I cannot fix the code and make a pull request, so I request that you fix it! It is a big problem in my hobby application :(
I suggest that we automatically remove the hook or remove it when IDisposable::Dispose() is called.
Thank you!
The text was updated successfully, but these errors were encountered: