Windows: Fix AtExitManager assertions on shutdown when running with multi-threaded message loop (issue #1680)

This commit is contained in:
Marshall Greenblatt
2015-11-25 22:45:19 -05:00
parent 61f7df010a
commit bc8a9b09a8
3 changed files with 57 additions and 0 deletions

View File

@@ -420,6 +420,9 @@ void CefContext::FinishShutdownOnUIThread(
if (trace_subscriber_.get())
trace_subscriber_.reset(NULL);
if (component_updater_.get())
component_updater_.reset(NULL);
if (uithread_shutdown_event)
uithread_shutdown_event->Signal();
}