mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 12:38:20 +00:00
Fix input framework memory leaks.
Couldn't figure out a test case: gperftools didn't report them (maybe due to threading?), but valgrind did.
This commit is contained in:
parent
e54ea6d7e9
commit
b6e2505202
2 changed files with 11 additions and 11 deletions
|
@ -121,6 +121,7 @@ public:
|
|||
~ReaderInfo()
|
||||
{
|
||||
delete [] source;
|
||||
delete [] name;
|
||||
|
||||
for ( config_map::iterator i = config.begin(); i != config.end(); i++ )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue