mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Add a PE memleak test, and fix a memleak.
This commit is contained in:
parent
d4bd5672c0
commit
93b84463f5
3 changed files with 13 additions and 0 deletions
|
@ -14,6 +14,7 @@ PE::PE(RecordVal* args, File* file)
|
|||
PE::~PE()
|
||||
{
|
||||
delete interp;
|
||||
delete conn;
|
||||
}
|
||||
|
||||
bool PE::DeliverStream(const u_char* data, uint64 len)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue