mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
alloy: Fix ComponentUpdateService shutdown crash with multi-threaded message loop (see issue #3149)
This commit is contained in:
@@ -103,10 +103,9 @@ void ChromeBrowserProcessAlloy::CleanupOnUIThread() {
|
|||||||
|
|
||||||
local_state_.reset();
|
local_state_.reset();
|
||||||
browser_policy_connector_.reset();
|
browser_policy_connector_.reset();
|
||||||
|
|
||||||
background_printing_manager_.reset();
|
background_printing_manager_.reset();
|
||||||
|
|
||||||
field_trial_list_.reset();
|
field_trial_list_.reset();
|
||||||
|
component_updater_.reset();
|
||||||
|
|
||||||
shutdown_ = true;
|
shutdown_ = true;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user