Skip to content

Commit

Permalink
alloy: Fix ComponentUpdateService shutdown crash with multi-threaded …
Browse files Browse the repository at this point in the history
…message loop (see issue chromiumembedded#3149)
  • Loading branch information
magreenblatt committed Oct 20, 2021
1 parent 07bc800 commit 4dd314d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libcef/browser/alloy/chrome_browser_process_alloy.cc
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,9 @@ void ChromeBrowserProcessAlloy::CleanupOnUIThread() {

local_state_.reset();
browser_policy_connector_.reset();

background_printing_manager_.reset();

field_trial_list_.reset();
component_updater_.reset();

shutdown_ = true;
}
Expand Down

0 comments on commit 4dd314d

Please sign in to comment.