mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Windows: Fix AtExitManager assertions on shutdown when running with multi-threaded message loop (issue #1680)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user