mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Fix CefSchemeHandlerFactory leak during shutdown.
This commit is contained in:
@@ -11,6 +11,10 @@ CefStoragePartitionProxy::CefStoragePartitionProxy(
|
||||
url_request_context_(url_request_context) {
|
||||
}
|
||||
|
||||
CefStoragePartitionProxy::~CefStoragePartitionProxy() {
|
||||
url_request_context_->ShutdownOnUIThread();
|
||||
}
|
||||
|
||||
base::FilePath CefStoragePartitionProxy::GetPath() {
|
||||
return parent_->GetPath();
|
||||
}
|
||||
|
Reference in New Issue
Block a user