mirror of https://gitee.com/bigwinds/arangodb
Fix a memleak with hash index lookup in AQL.
This commit is contained in:
parent
12ece0ee5d
commit
06a525929c
|
@ -1129,7 +1129,7 @@ void IndexRangeBlock::readHashIndex () {
|
|||
JsonHelper::getArrayElement(x._low._bound.json(), "value"), false);
|
||||
// here x->_low->_bound = x->_high->_bound
|
||||
searchValue._values[i] = *shaped;
|
||||
|
||||
TRI_Free(shaper->_memoryZone, shaped);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue