diff options
author | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-26 22:33:25 +0000 |
---|---|---|
committer | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-26 22:33:25 +0000 |
commit | 0d63354d16ebf48e0fcd105db1fc7e421ba9b3fe (patch) | |
tree | 2fdf87aaaa0d269444971359fb43baa0327fcf23 /net/proxy/proxy_script_fetcher_unittest.cc | |
parent | 139f6d2be34a3ebaf5360570991d501d178a6861 (diff) | |
download | chromium_src-0d63354d16ebf48e0fcd105db1fc7e421ba9b3fe.zip chromium_src-0d63354d16ebf48e0fcd105db1fc7e421ba9b3fe.tar.gz chromium_src-0d63354d16ebf48e0fcd105db1fc7e421ba9b3fe.tar.bz2 |
Reverting 19425.
Review URL: http://codereview.chromium.org/147242
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19432 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/proxy/proxy_script_fetcher_unittest.cc')
-rw-r--r-- | net/proxy/proxy_script_fetcher_unittest.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/proxy/proxy_script_fetcher_unittest.cc b/net/proxy/proxy_script_fetcher_unittest.cc index 8a7cfb5..5b16738b 100644 --- a/net/proxy/proxy_script_fetcher_unittest.cc +++ b/net/proxy/proxy_script_fetcher_unittest.cc @@ -41,6 +41,7 @@ class RequestContext : public URLRequestContext { ~RequestContext() { delete http_transaction_factory_; delete proxy_service_; + delete host_resolver_; } }; |