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 269aaa2c3c
commit 2a658c414b
3 changed files with 57 additions and 0 deletions

View File

@@ -422,6 +422,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();
}