mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
fix opaqueval-related memleak
This commit is contained in:
parent
6acbbe0231
commit
cf6e768ad6
3 changed files with 6 additions and 2 deletions
|
@ -248,6 +248,7 @@ extern OpaqueType* md5_type;
|
|||
extern OpaqueType* sha1_type;
|
||||
extern OpaqueType* sha256_type;
|
||||
extern OpaqueType* entropy_type;
|
||||
extern OpaqueType* topk_type;
|
||||
|
||||
// Initializes globals that don't pertain to network/event analysis.
|
||||
extern void init_general_global_var();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue