summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/socket/ssl_host_info.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/socket/ssl_host_info.cc b/net/socket/ssl_host_info.cc
index 7a8209a..1fcc053 100644
--- a/net/socket/ssl_host_info.cc
+++ b/net/socket/ssl_host_info.cc
@@ -220,6 +220,7 @@ void SSLHostInfo::VerifyCallback(int rv) {
void SSLHostInfo::DnsComplete(int rv) {
dns_handle_ = DnsRRResolver::kInvalidHandle;
+ delete dns_callback_;
dns_callback_ = NULL;
const base::TimeTicks now = base::TimeTicks::Now();