mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +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);
|
||||
|
||||
IterCookie* cookie = addr_mappings.InitForIteration();
|
||||
DNS_Mapping* dm;
|
||||
|
||||
host_mappings.Clear();
|
||||
addr_mappings.Clear();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue