Skip to content

Commit

Permalink
missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
JanEggers committed May 15, 2014
1 parent 5e018e5 commit 70066fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CefSharp.Core/ManagedCefBrowserAdapter.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,12 @@ namespace CefSharp
protected:
virtual void DoDispose(bool isDisposing) override
{
Close();

_renderClientAdapter = nullptr;
_javaScriptProxy = nullptr;
_webBrowserInternal = nullptr;
_address = nullptr;

ObjectBase::DoDispose(isDisposing);
};
Expand Down

0 comments on commit 70066fd

Please sign in to comment.