Fix a memory leak that perftools now complains about.

This commit is contained in:
Jon Siwek 2012-02-07 14:26:15 -06:00
parent 6c2351aa74
commit 5ad0bab9b0

View file

@ -1072,9 +1072,6 @@ void DNS_Mgr::Flush()
{
DoProcess(false);
IterCookie* cookie = addr_mappings.InitForIteration();
DNS_Mapping* dm;
host_mappings.Clear();
addr_mappings.Clear();
}