diff --git a/arangod/Aql/ExecutionBlock.cpp b/arangod/Aql/ExecutionBlock.cpp index c6b1888d38..a571706b4a 100644 --- a/arangod/Aql/ExecutionBlock.cpp +++ b/arangod/Aql/ExecutionBlock.cpp @@ -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); } }