mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-01-25 00:39:11 +01:00
Fix shutdown assertion with authentication whitelist preferences (issue #1150)
This commit is contained in:
parent
d8f943cd94
commit
917b4a0de5
@ -183,6 +183,8 @@ void CefURLRequestContextGetterImpl::ShutdownOnUIThread() {
|
||||
quick_check_enabled_.Destroy();
|
||||
pac_https_url_stripping_enabled_.Destroy();
|
||||
force_google_safesearch_.Destroy();
|
||||
auth_server_whitelist_.Destroy();
|
||||
auth_negotiate_delegate_whitelist_.Destroy();
|
||||
}
|
||||
|
||||
net::URLRequestContext* CefURLRequestContextGetterImpl::GetURLRequestContext() {
|
||||
|
Loading…
Reference in New Issue
Block a user