mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 01:58:20 +00:00
Merge remote-tracking branch 'origin/topic/johanna/rawleak'
BIT-1594 #merged * origin/topic/johanna/rawleak: Exec: fix reader cleanup when using read_files Raw Writer: First step - make code more c++11-y, remove raw pointers.
This commit is contained in:
commit
633dcab790
3 changed files with 44 additions and 55 deletions
|
@ -116,7 +116,7 @@ event Input::end_of_data(orig_name: string, source:string)
|
|||
if ( track_file !in result$files )
|
||||
result$files[track_file] = vector();
|
||||
|
||||
Input::remove(name);
|
||||
Input::remove(orig_name);
|
||||
|
||||
if ( name !in pending_files )
|
||||
delete pending_commands[name];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue