mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
Add a missing deletion in ZAM code
This commit is contained in:
parent
859588d710
commit
c3ed97c04c
1 changed files with 1 additions and 0 deletions
|
@ -179,6 +179,7 @@ ZBody::~ZBody()
|
|||
delete[] fixed_frame;
|
||||
delete[] insts;
|
||||
delete inst_count;
|
||||
delete inst_CPU;
|
||||
delete CPU_time;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue