mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
Fix a memory leak that perftools now complains about.
This commit is contained in:
parent
6c2351aa74
commit
5ad0bab9b0
1 changed files with 0 additions and 3 deletions
|
@ -1072,9 +1072,6 @@ void DNS_Mgr::Flush()
|
||||||
{
|
{
|
||||||
DoProcess(false);
|
DoProcess(false);
|
||||||
|
|
||||||
IterCookie* cookie = addr_mappings.InitForIteration();
|
|
||||||
DNS_Mapping* dm;
|
|
||||||
|
|
||||||
host_mappings.Clear();
|
host_mappings.Clear();
|
||||||
addr_mappings.Clear();
|
addr_mappings.Clear();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue