| Index: net/http/http_cache_lookup_manager.cc
|
| diff --git a/net/http/http_cache_lookup_manager.cc b/net/http/http_cache_lookup_manager.cc
|
| index 04cd5ec56f3a92259e52ee7fab77df443fad099f..4ade68cdaa02730c8edb53f7fe77dcf6ee054ee7 100644
|
| --- a/net/http/http_cache_lookup_manager.cc
|
| +++ b/net/http/http_cache_lookup_manager.cc
|
| @@ -14,7 +14,9 @@ HttpCacheLookupManager::LookupTransaction::LookupTransaction(
|
| request_(new HttpRequestInfo()),
|
| transaction_(nullptr) {}
|
|
|
| -HttpCacheLookupManager::LookupTransaction::~LookupTransaction() {}
|
| +HttpCacheLookupManager::LookupTransaction::~LookupTransaction() {
|
| + transaction_->Orphan(std::move(transaction_));
|
| +}
|
|
|
| int HttpCacheLookupManager::LookupTransaction::StartLookup(
|
| HttpCache* cache,
|
|
|