1
0

Fix crash on exit

This commit is contained in:
Scott E. Graves
2017-04-28 16:50:34 -05:00
parent 1c4a6b79fe
commit 15fae63d0d
2 changed files with 18 additions and 10 deletions

View File

@@ -66,6 +66,7 @@ private:
static void ExecuteSetter(CefRefPtr<CefV8Context> context, CefRefPtr<CefV8Value> obj, const SString& method, CefRefPtr<CefV8Value> value);
void ShutdownServices(CefRefPtr<CefBrowser> browser);
void SiaApiRefreshCallback(CefRefPtr<CefV8Context> context, const Api::CSiaCurl& siaCurl, Api::CSiaDriveConfig* siaDriveConfig);
void ReleaseObjects(CefRefPtr<CefBrowser> browser);
private:
// Include the default reference counting implementation.