mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
Integrate review feedback
This commit is contained in:
parent
0f41b063b2
commit
72e15fe4d4
6 changed files with 18 additions and 27 deletions
|
@ -512,7 +512,7 @@ bool TopkVal::DoUnserialize(const broker::data& data)
|
|||
|
||||
Element* e = new Element();
|
||||
e->epsilon = *epsilon;
|
||||
e->value = val.release();
|
||||
e->value = val.detach();
|
||||
e->parent = b;
|
||||
|
||||
b->elements.insert(b->elements.end(), e);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue