mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
memleak fix.
This commit is contained in:
parent
ca17a1cf46
commit
a0da991030
1 changed files with 2 additions and 2 deletions
|
@ -115,8 +115,8 @@ LogVal::~LogVal()
|
||||||
delete [] val.vector_val.vals;
|
delete [] val.vector_val.vals;
|
||||||
}
|
}
|
||||||
|
|
||||||
// if ( type == TYPE_PORT && present )
|
if ( type == TYPE_PORT && present )
|
||||||
// delete val.port_val.proto;
|
delete val.port_val.proto;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue