mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
Fix of some memory leaks
This commit is contained in:
parent
a3e419fee0
commit
2e069c9596
5 changed files with 12 additions and 0 deletions
|
@ -254,6 +254,7 @@ void net_init(name_list& interfaces, name_list& readfiles,
|
|||
{
|
||||
io_sources.Register(fs);
|
||||
}
|
||||
delete fs;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue