fix opaqueval-related memleak

This commit is contained in:
Bernhard Amann 2013-05-03 23:08:26 -07:00
parent 6acbbe0231
commit cf6e768ad6
3 changed files with 6 additions and 2 deletions

View file

@ -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();