mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/vern/zam-vector-loop-leak'
* origin/topic/vern/zam-vector-loop-leak: fixed ZAM memory leak when looping over vectors of records
This commit is contained in:
commit
bc75b1811d
6 changed files with 56 additions and 1 deletions
9
testing/btest/Baseline/opt.vector-loop-managed/output
Normal file
9
testing/btest/Baseline/opt.vector-loop-managed/output
Normal file
|
@ -0,0 +1,9 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
0, [a=123]
|
||||
1, [a=456]
|
||||
[a=123]
|
||||
[a=456]
|
||||
0, [1]
|
||||
1, [2]
|
||||
[1]
|
||||
[2]
|
Loading…
Add table
Add a link
Reference in a new issue