mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
fix small memory leak (field description given to readers was never freed).
This commit is contained in:
parent
6c4a40f176
commit
f73de0bc8c
3 changed files with 16 additions and 1 deletions
|
@ -228,6 +228,9 @@ private:
|
|||
char* buf;
|
||||
unsigned int buf_len;
|
||||
bool autostart;
|
||||
|
||||
unsigned int num_fields;
|
||||
const threading::Field* const * fields; // raw mapping
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue