-
-
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
WebView Dispose CefSharp.Wpf 1.25.7 #255
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
I would like to report a problem with method Dispose() on WebView in CefSharp.Wpf.
It does not matter when I call Dispose(), it it´s 98% chance that the application will crash.
When I call Dipose(), I get C++ Runtime error with message "pure virtual function call".
Can someone tell me where is a problem or fix it? On the other hand I simply need to know how to safely release (when app is closing) unmanaged resources which CefSharp or CehSharp.Wpf (WebView) is using.
Thank you very much.
I replaced IE WPF component with this awesome one but I need stability.
The text was updated successfully, but these errors were encountered: