Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkol committed Feb 28, 2021
1 parent 9bc7dd7 commit a458089
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Chromely.CefSharp/Browser/ChromiumBrowser.Dispose.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ void IDisposable.Dispose()

private void FreeUnmanagedResources()
{
// Repeated if missed
Cef.Shutdown();

_browser = null;

if (BrowserSettings != null)
Expand Down

0 comments on commit a458089

Please sign in to comment.