zeek/testing/btest/core/leaks
Jon Siwek 4444c56a94 Fix double-free of DNS_Mgr_Request object (addresses #661)
In DNS::Resolve, they could be deleted once from where they were
stored in the nb_dns_info cookie and once again from where they
were stored in the DNS_Mgr::requests list.  Before commit
bd9c937236, they were only deleted
from the requests list, so this commit reverts to that behavior
without any leaks being reported by the core/leaks tests.
2011-11-30 13:31:54 -06:00
..
dns.bro Fix double-free of DNS_Mgr_Request object (addresses #661) 2011-11-30 13:31:54 -06:00
test-all.bro Fixing DNS memory leaks. 2011-10-09 17:00:57 -07:00