Index: net/http/disk_cache_based_ssl_host_info.cc |
diff --git a/net/http/disk_cache_based_ssl_host_info.cc b/net/http/disk_cache_based_ssl_host_info.cc |
index 61ee4502579dbe4eb33fd957ac6801c1e49e75ec..f2de2236309b7f9bab4e1d25624db2be927dab81 100644 |
--- a/net/http/disk_cache_based_ssl_host_info.cc |
+++ b/net/http/disk_cache_based_ssl_host_info.cc |
@@ -34,7 +34,8 @@ void DiskCacheBasedSSLHostInfo::Start() { |
DiskCacheBasedSSLHostInfo::~DiskCacheBasedSSLHostInfo() { |
DCHECK(!user_callback_); |
- DCHECK(!entry_); |
+ if (entry_) |
+ entry_->Close(); |
callback_->Cancel(); |
} |